Html Css Color HEX #A21286 Dark Purple

📋 copy color: '#A21286'

red 162 ◦ green 18 ◦ blue 134

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

Shades of Dark Purple #A21286

Tints of Dark Purple #A21286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

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

R = 51.59%
G = 5.73%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21286 (or 0xA21286) is known color: Dark Purple. HEX triplet: A2, 12 and 86. RGB value is (162,18,134). Sum of RGB (Red+Green+Blue) = 162+18+134=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21286 is #5DED79. Grayscale: #494949. Windows color (decimal): -6155642 or 8786594. OLE color: 8786594.

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

Color convert

RGB 162 18 134 -
CMYK 0 0.89 0.17 0.36
HSL 311.67º 0.8% 0.35% -
HSV(B) 311.67º 0.89% 0.64% -
XYZ 19.42 9.84 23.43 -
YUV 74.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 162 18 134 0 0.89 0.17 0.36 311.67 0.8 0.35
Hex A2 12 86 0 59 11 24 138 50 23
Octal 242 22 206 0 131 21 44 470 120 43
Binary 10100010 10010 10000110 0 1011001 10001 100100 100111000 1010000 100011

Color Harmonies of #A21286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21286

Black with #A21286

Text Example


Text Example

White with #A21286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21286; }

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

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

background-color css

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

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

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

border-color css

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

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

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