Html Css Color HEX #A024CE Dark Orchid

📋 copy color: '#A024CE'

red 160 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A024CE

Tints of Dark Orchid #A024CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 39.8%
G = 8.96%
B = 51.24%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A024CE (or 0xA024CE) is known color: Dark Orchid. HEX triplet: A0, 24 and CE. RGB value is (160,36,206). Sum of RGB (Red+Green+Blue) = 160+36+206=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A024CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024CE is #5FDB31. Grayscale: #5B5B5B. Windows color (decimal): -6282034 or 13509792. OLE color: 13509792.

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

Color convert

RGB 160 36 206 -
CMYK 0.22 0.83 0 0.19
HSL 283.76º 0.7% 0.47% -
HSV(B) 283.76º 0.83% 0.81% -
XYZ 26.27 13.19 59.55 -
YUV 92.46 192.08 176.18 -
System Red Green Blue C M Y K H S L
Decimal 160 36 206 0.22 0.83 0 0.19 283.76 0.7 0.47
Hex A0 24 CE 16 53 0 13 11C 46 2F
Octal 240 44 316 26 123 0 23 434 106 57
Binary 10100000 100100 11001110 10110 1010011 0 10011 100011100 1000110 101111

Color Harmonies of #A024CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024CE

Black with #A024CE

Text Example


Text Example

White with #A024CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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