#A044E4

Color #A044E4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A044E4

Tints of Dark Orchid #A044E4

Color information

#A044E4 (or 0xA044E4) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and E4. RGB value is (160,68,228). Sum of RGB (Red+Green+Blue) = 160+68+228=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #A044E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044E4 is #5FBB1B. Grayscale: #717171. Windows color (decimal): -6273820 or 14959776. OLE color: 14959776.

HSL color Cylindrical-coordinate representation of color #A044E4: hue angle of 274.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A044E4 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16068228-
CMYK0.300.7000.11
HSL274.5º74.77%58.04%-
HSV(B)274.5º70.18%89.41%-
XYZ30.5717.2175.11-
YUV113.75192.48160.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 68 (26.95% from 255) = 14.91%
BLUE value IS 228 (89.45% from 255) = 50%
R=35.09%
G=14.91%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160682280.300.7000.11274.574.7758.04
HexA044E41E460B1124b3a
Octal2401043443610601342211372
Binary10100000100010011100100111101000110010111000100101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044E4; }

 p { color: rgb(160,68,228); }

 H1.HeaderClassName
 {
   color: #A044E4;
 }
 .AnyTagClassName
 {
   color: #A044E4;
 }
</style>
background-color css

<style>
 a { background-color: #A044E4; }

 a { background-color: rgb(160,68,228); }

 div.DivClassName
 {
   background-color: #A044E4;
 }
 .BgClassName
 {
   background-color: #A044E4;
 }
</style>
border-color css

<style>
 span { border-color: #A044E4; }

 span { border-color: rgb(160,68,228); }

 td.TdClassName
 {
   border-color: #A044E4;
 }
 .TagClassName
 {
   border-color: #A044E4;
 }
</style>