Html Css Color HEX #A21DAB Dark Orchid

📋 copy color: '#A21DAB'

red 162 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #A21DAB

Tints of Dark Orchid #A21DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 44.75%
G = 8.01%
B = 47.24%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21DAB (or 0xA21DAB) is known color: Dark Orchid. HEX triplet: A2, 1D and AB. RGB value is (162,29,171). Sum of RGB (Red+Green+Blue) = 162+29+171=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A21DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DAB is #5DE254. Grayscale: #545454. Windows color (decimal): -6152789 or 11214242. OLE color: 11214242.

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

Color convert

RGB 162 29 171 -
CMYK 0.05 0.83 0 0.33
HSL 296.2º 0.71% 0.39% -
HSV(B) 296.2º 0.83% 0.67% -
XYZ 22.69 11.5 39.55 -
YUV 84.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 162 29 171 0.05 0.83 0 0.33 296.2 0.71 0.39
Hex A2 1D AB 5 53 0 21 128 47 27
Octal 242 35 253 5 123 0 41 450 107 47
Binary 10100010 11101 10101011 101 1010011 0 100001 100101000 1000111 100111

Color Harmonies of #A21DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DAB

Black with #A21DAB

Text Example


Text Example

White with #A21DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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