#A042C5

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

Shades of Dark Orchid #A042C5

Tints of Dark Orchid #A042C5

Color information

#A042C5 (or 0xA042C5) is unknown color: approx Dark Orchid. HEX triplet: A0, 42 and C5. RGB value is (160,66,197). Sum of RGB (Red+Green+Blue) = 160+66+197=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #A042C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042C5 is #5FBD3A. Grayscale: #6C6C6C. Windows color (decimal): -6274363 or 12927648. OLE color: 12927648.

HSL color Cylindrical-coordinate representation of color #A042C5: hue angle of 283.05º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A042C5 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16066197-
CMYK0.190.6600.23
HSL283.05º53.04%51.57%-
HSV(B)283.05º66.5%77.25%-
XYZ26.5215.454.4-
YUV109.04177.64164.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 197 (77.34% from 255) = 46.57%
R=37.83%
G=15.60%
B=46.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160661970.190.6600.23283.0553.0451.57
HexA042C5134201711b3534
Octal240102305231020274336564
Binary10100000100001011000101100111000010010111100011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042C5; }

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

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

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

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

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

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

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

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