Html Css Color HEX #A21ACE Dark Orchid

📋 copy color: '#A21ACE'

red 162 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #A21ACE

Tints of Dark Orchid #A21ACE

RGB

 RED value IS 162 (63.67% from 255) = 41.12%

 GREEN value IS 26 (10.55% from 255) = 6.6%

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

R = 41.12%
G = 6.6%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A21ACE (or 0xA21ACE) is known color: Dark Orchid. HEX triplet: A2, 1A and CE. RGB value is (162,26,206). Sum of RGB (Red+Green+Blue) = 162+26+206=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #A21ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACE is #5DE531. Grayscale: #565656. Windows color (decimal): -6153522 or 13507234. OLE color: 13507234.

HSL color Cylindrical-coordinate representation of color #A21ACE: hue angle of 285.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21ACE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 26 206 -
CMYK 0.21 0.87 0 0.19
HSL 285.33º 0.78% 0.45% -
HSV(B) 285.33º 0.87% 0.81% -
XYZ 26.41 12.88 59.49 -
YUV 87.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 162 26 206 0.21 0.87 0 0.19 285.33 0.78 0.45
Hex A2 1A CE 15 57 0 13 11D 4E 2D
Octal 242 32 316 25 127 0 23 435 116 55
Binary 10100010 11010 11001110 10101 1010111 0 10011 100011101 1001110 101101

Color Harmonies of #A21ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ACE

Black with #A21ACE

Text Example


Text Example

White with #A21ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ACE; }

 p { color: rgb(162,26,206); }

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

background-color css

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

 a { background-color: rgb(162,26,206); }

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

border-color css

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

 span { border-color: rgb(162,26,206); }

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