#a044d2

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

Shades of Dark Orchid #A044D2

Tints of Dark Orchid #A044D2

Color information

#A044D2 (or 0xA044D2) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and D2. RGB value is (160,68,210). Sum of RGB (Red+Green+Blue) = 160+68+210=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #A044D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044D2 is #5FBB2D. Grayscale: #6F6F6F. Windows color (decimal): -6273838 or 13780128. OLE color: 13780128.

HSL color Cylindrical-coordinate representation of color #A044D2: hue angle of 278.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A044D2 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16068210-
CMYK0.240.6800.18
HSL278.87º61.21%54.51%-
HSV(B)278.87º67.62%82.35%-
XYZ28.216.2662.63-
YUV111.7183.48162.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 210 (82.42% from 255) = 47.95%
R=36.53%
G=15.53%
B=47.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160682100.240.6800.18278.8761.2154.51
HexA044D218440121173d37
Octal240104322301040224277567
Binary10100000100010011010010110001000100010010100010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a044d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a044d2; }

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

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

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

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

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

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

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

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