Html Css Color HEX #A042DC Dark Orchid

📋 copy color: '#A042DC'

red 160 ◦ green 66 ◦ blue 220

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

Shades of Dark Orchid #A042DC

Tints of Dark Orchid #A042DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 35.87%
G = 14.8%
B = 49.33%

CMYK

 C value IS 0.27

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A042DC (or 0xA042DC) is known color: Dark Orchid. HEX triplet: A0, 42 and DC. RGB value is (160,66,220). Sum of RGB (Red+Green+Blue) = 160+66+220=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #A042DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042DC is #5FBD23. Grayscale: #6F6F6F. Windows color (decimal): -6274340 or 14434976. OLE color: 14434976.

HSL color Cylindrical-coordinate representation of color #A042DC: hue angle of 276.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A042DC is Cyan = 0.27, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 66 220 -
CMYK 0.27 0.7 0 0.14
HSL 276.62º 0.69% 0.56% -
HSV(B) 276.62º 0.7% 0.86% -
XYZ 29.36 16.54 69.35 -
YUV 111.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 160 66 220 0.27 0.7 0 0.14 276.62 0.69 0.56
Hex A0 42 DC 1B 46 0 E 115 45 38
Octal 240 102 334 33 106 0 16 425 105 70
Binary 10100000 1000010 11011100 11011 1000110 0 1110 100010101 1000101 111000

Color Harmonies of #A042DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042DC

Black with #A042DC

Text Example


Text Example

White with #A042DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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