Html Css Color HEX #A21DAF Dark Orchid

📋 copy color: '#A21DAF'

red 162 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #A21DAF

Tints of Dark Orchid #A21DAF

RGB

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

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

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

R = 44.26%
G = 7.92%
B = 47.81%

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

#A21DAF (or 0xA21DAF) is known color: Dark Orchid. HEX triplet: A2, 1D and AF. RGB value is (162,29,175). Sum of RGB (Red+Green+Blue) = 162+29+175=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A21DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DAF is #5DE250. Grayscale: #545454. Windows color (decimal): -6152785 or 11476386. OLE color: 11476386.

HSL color Cylindrical-coordinate representation of color #A21DAF: hue angle of 294.66º degrees, saturation: 0.72, 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 #A21DAF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 29 175 -
CMYK 0.07 0.83 0 0.31
HSL 294.66º 0.72% 0.4% -
HSV(B) 294.66º 0.83% 0.69% -
XYZ 23.08 11.66 41.59 -
YUV 85.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 162 29 175 0.07 0.83 0 0.31 294.66 0.72 0.4
Hex A2 1D AF 7 53 0 1F 127 48 28
Octal 242 35 257 7 123 0 37 447 110 50
Binary 10100010 11101 10101111 111 1010011 0 11111 100100111 1001000 101000

Color Harmonies of #A21DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DAF

Black with #A21DAF

Text Example


Text Example

White with #A21DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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