Html Css Color HEX #A21EAF Dark Orchid

📋 copy color: '#A21EAF'

red 162 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #A21EAF

Tints of Dark Orchid #A21EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 44.14%
G = 8.17%
B = 47.68%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A21EAF (or 0xA21EAF) is known color: Dark Orchid. HEX triplet: A2, 1E and AF. RGB value is (162,30,175). Sum of RGB (Red+Green+Blue) = 162+30+175=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A21EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EAF is #5DE150. Grayscale: #555555. Windows color (decimal): -6152529 or 11476642. OLE color: 11476642.

HSL color Cylindrical-coordinate representation of color #A21EAF: hue angle of 294.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21EAF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 30 175 -
CMYK 0.07 0.83 0 0.31
HSL 294.62º 0.71% 0.4% -
HSV(B) 294.62º 0.83% 0.69% -
XYZ 23.1 11.71 41.6 -
YUV 86 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 162 30 175 0.07 0.83 0 0.31 294.62 0.71 0.4
Hex A2 1E AF 7 53 0 1F 127 47 28
Octal 242 36 257 7 123 0 37 447 107 50
Binary 10100010 11110 10101111 111 1010011 0 11111 100100111 1000111 101000

Color Harmonies of #A21EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EAF

Black with #A21EAF

Text Example


Text Example

White with #A21EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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