Html Css Color HEX #A042CE Dark Orchid

📋 copy color: '#A042CE'

red 160 ◦ green 66 ◦ blue 206

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

Shades of Dark Orchid #A042CE

Tints of Dark Orchid #A042CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 37.04%
G = 15.28%
B = 47.69%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A042CE (or 0xA042CE) is known color: Dark Orchid. HEX triplet: A0, 42 and CE. RGB value is (160,66,206). Sum of RGB (Red+Green+Blue) = 160+66+206=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A042CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042CE is #5FBD31. Grayscale: #6D6D6D. Windows color (decimal): -6274354 or 13517472. OLE color: 13517472.

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

Color convert

RGB 160 66 206 -
CMYK 0.22 0.68 0 0.19
HSL 280.29º 0.59% 0.53% -
HSV(B) 280.29º 0.68% 0.81% -
XYZ 27.59 15.83 59.99 -
YUV 110.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 160 66 206 0.22 0.68 0 0.19 280.29 0.59 0.53
Hex A0 42 CE 16 44 0 13 118 3B 35
Octal 240 102 316 26 104 0 23 430 73 65
Binary 10100000 1000010 11001110 10110 1000100 0 10011 100011000 111011 110101

Color Harmonies of #A042CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042CE

Black with #A042CE

Text Example


Text Example

White with #A042CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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