Html Css Color HEX #A021CE Dark Orchid

📋 copy color: '#A021CE'

red 160 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #A021CE

Tints of Dark Orchid #A021CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

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

R = 40.1%
G = 8.27%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A021CE (or 0xA021CE) is known color: Dark Orchid. HEX triplet: A0, 21 and CE. RGB value is (160,33,206). Sum of RGB (Red+Green+Blue) = 160+33+206=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A021CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021CE is #5FDE31. Grayscale: #5A5A5A. Windows color (decimal): -6282802 or 13509024. OLE color: 13509024.

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

Color convert

RGB 160 33 206 -
CMYK 0.22 0.84 0 0.19
HSL 284.05º 0.72% 0.47% -
HSV(B) 284.05º 0.84% 0.81% -
XYZ 26.18 13.02 59.53 -
YUV 90.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 160 33 206 0.22 0.84 0 0.19 284.05 0.72 0.47
Hex A0 21 CE 16 54 0 13 11C 48 2F
Octal 240 41 316 26 124 0 23 434 110 57
Binary 10100000 100001 11001110 10110 1010100 0 10011 100011100 1001000 101111

Color Harmonies of #A021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021CE

Black with #A021CE

Text Example


Text Example

White with #A021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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