Html Css Color HEX #A042CC Dark Orchid

📋 copy color: '#A042CC'

red 160 ◦ green 66 ◦ blue 204

#A042CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A042CC

Tints of Dark Orchid #A042CC

RGB

 RED value IS 160 (62.89% from 255) = 37.21%

 GREEN value IS 66 (26.17% from 255) = 15.35%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 37.21%
G = 15.35%
B = 47.44%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A042CC (or 0xA042CC) is known color: Dark Orchid. HEX triplet: A0, 42 and CC. RGB value is (160,66,204). Sum of RGB (Red+Green+Blue) = 160+66+204=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #A042CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CC is #5FBD33. Grayscale: #6D6D6D. Windows color (decimal): -6274356 or 13386400. OLE color: 13386400.

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

Color convert

RGB 160 66 204 -
CMYK 0.22 0.68 0 0.2
HSL 280.87º 0.58% 0.53% -
HSV(B) 280.87º 0.68% 0.8% -
XYZ 27.34 15.73 58.72 -
YUV 109.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 160 66 204 0.22 0.68 0 0.2 280.87 0.58 0.53
Hex A0 42 CC 16 44 0 14 119 3A 35
Octal 240 102 314 26 104 0 24 431 72 65
Binary 10100000 1000010 11001100 10110 1000100 0 10100 100011001 111010 110101

Color Harmonies of #A042CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042CC

Black with #A042CC

Text Example


Text Example

White with #A042CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042CC; }

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

 H1.HeaderClassName
 {
   color: #A042CC;
 }
 .AnyTagClassName
 {
   color: #A042CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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