Html Css Color HEX #A21586 Dark Purple

📋 copy color: '#A21586'

red 162 ◦ green 21 ◦ blue 134

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

Shades of Dark Purple #A21586

Tints of Dark Purple #A21586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 51.1%
G = 6.62%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21586 (or 0xA21586) is known color: Dark Purple. HEX triplet: A2, 15 and 86. RGB value is (162,21,134). Sum of RGB (Red+Green+Blue) = 162+21+134=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A21586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21586 is #5DEA79. Grayscale: #4B4B4B. Windows color (decimal): -6154874 or 8787362. OLE color: 8787362.

HSL color Cylindrical-coordinate representation of color #A21586: hue angle of 311.91º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21586 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 134 -
CMYK 0 0.87 0.17 0.36
HSL 311.91º 0.77% 0.36% -
HSV(B) 311.91º 0.87% 0.64% -
XYZ 19.47 9.94 23.45 -
YUV 76.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 162 21 134 0 0.87 0.17 0.36 311.91 0.77 0.36
Hex A2 15 86 0 57 11 24 138 4D 24
Octal 242 25 206 0 127 21 44 470 115 44
Binary 10100010 10101 10000110 0 1010111 10001 100100 100111000 1001101 100100

Color Harmonies of #A21586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21586

Black with #A21586

Text Example


Text Example

White with #A21586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21586; }

 p { color: rgb(162,21,134); }

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

background-color css

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

 a { background-color: rgb(162,21,134); }

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

border-color css

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

 span { border-color: rgb(162,21,134); }

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