Html Css Color HEX #A21EAC Dark Orchid

📋 copy color: '#A21EAC'

red 162 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A21EAC

Tints of Dark Orchid #A21EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 44.51%
G = 8.24%
B = 47.25%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21EAC (or 0xA21EAC) is known color: Dark Orchid. HEX triplet: A2, 1E and AC. RGB value is (162,30,172). Sum of RGB (Red+Green+Blue) = 162+30+172=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A21EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EAC is #5DE153. Grayscale: #555555. Windows color (decimal): -6152532 or 11280034. OLE color: 11280034.

HSL color Cylindrical-coordinate representation of color #A21EAC: hue angle of 295.77º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21EAC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 30 172 -
CMYK 0.06 0.83 0 0.33
HSL 295.77º 0.7% 0.4% -
HSV(B) 295.77º 0.83% 0.67% -
XYZ 22.81 11.59 40.06 -
YUV 85.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 162 30 172 0.06 0.83 0 0.33 295.77 0.7 0.4
Hex A2 1E AC 6 53 0 21 128 46 28
Octal 242 36 254 6 123 0 41 450 106 50
Binary 10100010 11110 10101100 110 1010011 0 100001 100101000 1000110 101000

Color Harmonies of #A21EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EAC

Black with #A21EAC

Text Example


Text Example

White with #A21EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EAC; }

 p { color: rgb(162,30,172); }

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

background-color css

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

 a { background-color: rgb(162,30,172); }

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

border-color css

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

 span { border-color: rgb(162,30,172); }

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