#A036C8

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

Shades of Dark Orchid #A036C8

Tints of Dark Orchid #A036C8

Color information

#A036C8 (or 0xA036C8) is unknown color: approx Dark Orchid. HEX triplet: A0, 36 and C8. RGB value is (160,54,200). Sum of RGB (Red+Green+Blue) = 160+54+200=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #A036C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036C8 is #5FC937. Grayscale: #656565. Windows color (decimal): -6277432 or 13121184. OLE color: 13121184.

HSL color Cylindrical-coordinate representation of color #A036C8: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A036C8 is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16054200-
CMYK0.20.7300.22
HSL283.56º57.48%49.8%-
HSV(B)283.56º73%78.43%-
XYZ26.2414.2856.02-
YUV102.34183.12169.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 54 (21.48% from 255) = 13.04%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=38.65%
G=13.04%
B=48.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160542000.20.7300.22283.5657.4849.8
HexA036C8144901611c3932
Octal24066310241110264347162
Binary1010000011011011001000101001001001010110100011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036C8; }

 p { color: rgb(160,54,200); }

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

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

 a { background-color: rgb(160,54,200); }

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

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

 span { border-color: rgb(160,54,200); }

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