#A044CB

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

Shades of Dark Orchid #A044CB

Tints of Dark Orchid #A044CB

Color information

#A044CB (or 0xA044CB) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and CB. RGB value is (160,68,203). Sum of RGB (Red+Green+Blue) = 160+68+203=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A044CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044CB is #5FBB34. Grayscale: #6E6E6E. Windows color (decimal): -6273845 or 13321376. OLE color: 13321376.

HSL color Cylindrical-coordinate representation of color #A044CB: hue angle of 280.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A044CB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16068203-
CMYK0.210.6700.20
HSL280.89º56.49%53.14%-
HSV(B)280.89º66.5%79.61%-
XYZ27.3415.9258.13-
YUV110.9179.98163.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 68 (26.95% from 255) = 15.78%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=37.12%
G=15.78%
B=47.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160682030.210.6700.20280.8956.4953.14
HexA044CB15430141193835
Octal240104313251030244317065
Binary10100000100010011001011101011000011010100100011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044CB; }

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

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

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

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

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

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

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

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