#A042C9

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

Shades of Dark Orchid #A042C9

Tints of Dark Orchid #A042C9

Color information

#A042C9 (or 0xA042C9) is unknown color: approx Dark Orchid. HEX triplet: A0, 42 and C9. RGB value is (160,66,201). Sum of RGB (Red+Green+Blue) = 160+66+201=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #A042C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042C9 is #5FBD36. Grayscale: #6D6D6D. Windows color (decimal): -6274359 or 13189792. OLE color: 13189792.

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

Color convert

RGB16066201-
CMYK0.200.6700.21
HSL281.78º55.56%52.35%-
HSV(B)281.78º67.16%78.82%-
XYZ26.9915.5956.84-
YUV109.5179.64164.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=37.47%
G=15.46%
B=47.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160662010.200.6700.21281.7855.5652.35
HexA042C9144301511a3834
Octal240102311241030254327064
Binary10100000100001011001001101001000011010101100011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042C9; }

 p { color: rgb(160,66,201); }

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

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

 a { background-color: rgb(160,66,201); }

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

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

 span { border-color: rgb(160,66,201); }

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