Html Css Color HEX #A21F99 Dark Magenta

📋 copy color: '#A21F99'

red 162 ◦ green 31 ◦ blue 153

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

Shades of Dark Magenta #A21F99

Tints of Dark Magenta #A21F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.96%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 46.82%
G = 8.96%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A21F99 (or 0xA21F99) is known color: Dark Magenta. HEX triplet: A2, 1F and 99. RGB value is (162,31,153). Sum of RGB (Red+Green+Blue) = 162+31+153=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F99 is #5DE066. Grayscale: #535353. Windows color (decimal): -6152295 or 10035106. OLE color: 10035106.

HSL color Cylindrical-coordinate representation of color #A21F99: hue angle of 304.12º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F99 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 31 153 -
CMYK 0 0.81 0.06 0.36
HSL 304.12º 0.68% 0.38% -
HSV(B) 304.12º 0.81% 0.64% -
XYZ 21.14 10.96 31.14 -
YUV 84.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 162 31 153 0 0.81 0.06 0.36 304.12 0.68 0.38
Hex A2 1F 99 0 51 6 24 130 44 26
Octal 242 37 231 0 121 6 44 460 104 46
Binary 10100010 11111 10011001 0 1010001 110 100100 100110000 1000100 100110

Color Harmonies of #A21F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F99

Black with #A21F99

Text Example


Text Example

White with #A21F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F99; }

 p { color: rgb(162,31,153); }

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

background-color css

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

 a { background-color: rgb(162,31,153); }

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

border-color css

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

 span { border-color: rgb(162,31,153); }

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