Html Css Color HEX #A21386 Dark Purple

📋 copy color: '#A21386'

red 162 ◦ green 19 ◦ blue 134

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

Shades of Dark Purple #A21386

Tints of Dark Purple #A21386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 51.43%
G = 6.03%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21386 (or 0xA21386) is known color: Dark Purple. HEX triplet: A2, 13 and 86. RGB value is (162,19,134). Sum of RGB (Red+Green+Blue) = 162+19+134=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A21386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21386 is #5DEC79. Grayscale: #4A4A4A. Windows color (decimal): -6155386 or 8786850. OLE color: 8786850.

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

Color convert

RGB 162 19 134 -
CMYK 0 0.88 0.17 0.36
HSL 311.75º 0.79% 0.35% -
HSV(B) 311.75º 0.88% 0.64% -
XYZ 19.44 9.87 23.43 -
YUV 74.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 162 19 134 0 0.88 0.17 0.36 311.75 0.79 0.35
Hex A2 13 86 0 58 11 24 138 4F 23
Octal 242 23 206 0 130 21 44 470 117 43
Binary 10100010 10011 10000110 0 1011000 10001 100100 100111000 1001111 100011

Color Harmonies of #A21386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21386

Black with #A21386

Text Example


Text Example

White with #A21386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21386; }

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

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

background-color css

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

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

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

border-color css

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

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

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