Html Css Color HEX #A21282 Dark Purple

📋 copy color: '#A21282'

red 162 ◦ green 18 ◦ blue 130

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

Shades of Dark Purple #A21282

Tints of Dark Purple #A21282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 52.26%
G = 5.81%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A21282 (or 0xA21282) is known color: Dark Purple. HEX triplet: A2, 12 and 82. RGB value is (162,18,130). Sum of RGB (Red+Green+Blue) = 162+18+130=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A21282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21282 is #5DED7D. Grayscale: #494949. Windows color (decimal): -6155646 or 8524450. OLE color: 8524450.

HSL color Cylindrical-coordinate representation of color #A21282: hue angle of 313.33º 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 #A21282 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 130 -
CMYK 0 0.89 0.20 0.36
HSL 313.33º 0.8% 0.35% -
HSV(B) 313.33º 0.89% 0.64% -
XYZ 19.15 9.73 21.99 -
YUV 73.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 162 18 130 0 0.89 0.20 0.36 313.33 0.8 0.35
Hex A2 12 82 0 59 14 24 139 50 23
Octal 242 22 202 0 131 24 44 471 120 43
Binary 10100010 10010 10000010 0 1011001 10100 100100 100111001 1010000 100011

Color Harmonies of #A21282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21282

Black with #A21282

Text Example


Text Example

White with #A21282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21282; }

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

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

background-color css

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

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

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

border-color css

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

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

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