Html Css Color HEX #A21786 Dark Purple

📋 copy color: '#A21786'

red 162 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #A21786

Tints of Dark Purple #A21786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 50.78%
G = 7.21%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21786 (or 0xA21786) is known color: Dark Purple. HEX triplet: A2, 17 and 86. RGB value is (162,23,134). Sum of RGB (Red+Green+Blue) = 162+23+134=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A21786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21786 is #5DE879. Grayscale: #4C4C4C. Windows color (decimal): -6154362 or 8787874. OLE color: 8787874.

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

Color convert

RGB 162 23 134 -
CMYK 0 0.86 0.17 0.36
HSL 312.09º 0.75% 0.36% -
HSV(B) 312.09º 0.86% 0.64% -
XYZ 19.51 10.02 23.46 -
YUV 77.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 162 23 134 0 0.86 0.17 0.36 312.09 0.75 0.36
Hex A2 17 86 0 56 11 24 138 4B 24
Octal 242 27 206 0 126 21 44 470 113 44
Binary 10100010 10111 10000110 0 1010110 10001 100100 100111000 1001011 100100

Color Harmonies of #A21786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21786

Black with #A21786

Text Example


Text Example

White with #A21786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21786; }

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

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

background-color css

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

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

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

border-color css

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

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

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