Html Css Color HEX #A21281 Dark Purple

📋 copy color: '#A21281'

red 162 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #A21281

Tints of Dark Purple #A21281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 52.43%
G = 5.83%
B = 41.75%

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

#A21281 (or 0xA21281) is known color: Dark Purple. HEX triplet: A2, 12 and 81. RGB value is (162,18,129). Sum of RGB (Red+Green+Blue) = 162+18+129=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A21281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21281 is #5DED7E. Grayscale: #494949. Windows color (decimal): -6155647 or 8458914. OLE color: 8458914.

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

Color convert

RGB 162 18 129 -
CMYK 0 0.89 0.20 0.36
HSL 313.75º 0.8% 0.35% -
HSV(B) 313.75º 0.89% 0.64% -
XYZ 19.08 9.7 21.64 -
YUV 73.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 162 18 129 0 0.89 0.20 0.36 313.75 0.8 0.35
Hex A2 12 81 0 59 14 24 13A 50 23
Octal 242 22 201 0 131 24 44 472 120 43
Binary 10100010 10010 10000001 0 1011001 10100 100100 100111010 1010000 100011

Color Harmonies of #A21281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21281

Black with #A21281

Text Example


Text Example

White with #A21281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21281; }

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

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

background-color css

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

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

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

border-color css

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

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

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