Html Css Color HEX #A21294 Dark Magenta

📋 copy color: '#A21294'

red 162 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #A21294

Tints of Dark Magenta #A21294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 49.39%
G = 5.49%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A21294 (or 0xA21294) is known color: Dark Magenta. HEX triplet: A2, 12 and 94. RGB value is (162,18,148). Sum of RGB (Red+Green+Blue) = 162+18+148=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21294 is #5DED6B. Grayscale: #4B4B4B. Windows color (decimal): -6155628 or 9704098. OLE color: 9704098.

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

Color convert

RGB 162 18 148 -
CMYK 0 0.89 0.09 0.36
HSL 305.83º 0.8% 0.35% -
HSV(B) 305.83º 0.89% 0.64% -
XYZ 20.46 10.25 28.92 -
YUV 75.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 162 18 148 0 0.89 0.09 0.36 305.83 0.8 0.35
Hex A2 12 94 0 59 9 24 132 50 23
Octal 242 22 224 0 131 11 44 462 120 43
Binary 10100010 10010 10010100 0 1011001 1001 100100 100110010 1010000 100011

Color Harmonies of #A21294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21294

Black with #A21294

Text Example


Text Example

White with #A21294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21294; }

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

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

background-color css

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

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

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

border-color css

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

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

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