Html Css Color HEX #A21DAE Dark Orchid

📋 copy color: '#A21DAE'

red 162 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A21DAE

Tints of Dark Orchid #A21DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 44.38%
G = 7.95%
B = 47.67%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A21DAE (or 0xA21DAE) is known color: Dark Orchid. HEX triplet: A2, 1D and AE. RGB value is (162,29,174). Sum of RGB (Red+Green+Blue) = 162+29+174=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #A21DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DAE is #5DE251. Grayscale: #545454. Windows color (decimal): -6152786 or 11410850. OLE color: 11410850.

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

Color convert

RGB 162 29 174 -
CMYK 0.07 0.83 0 0.32
HSL 295.03º 0.71% 0.4% -
HSV(B) 295.03º 0.83% 0.68% -
XYZ 22.98 11.62 41.08 -
YUV 85.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 162 29 174 0.07 0.83 0 0.32 295.03 0.71 0.4
Hex A2 1D AE 7 53 0 20 127 47 28
Octal 242 35 256 7 123 0 40 447 107 50
Binary 10100010 11101 10101110 111 1010011 0 100000 100100111 1000111 101000

Color Harmonies of #A21DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DAE

Black with #A21DAE

Text Example


Text Example

White with #A21DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DAE; }

 p { color: rgb(162,29,174); }

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

background-color css

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

 a { background-color: rgb(162,29,174); }

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

border-color css

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

 span { border-color: rgb(162,29,174); }

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