Html Css Color HEX #A11297 Dark Magenta

📋 copy color: '#A11297'

red 161 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #A11297

Tints of Dark Magenta #A11297

RGB

 RED value IS 161 (63.28% from 255) = 48.79%

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

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 48.79%
G = 5.45%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11297 (or 0xA11297) is known color: Dark Magenta. HEX triplet: A1, 12 and 97. RGB value is (161,18,151). Sum of RGB (Red+Green+Blue) = 161+18+151=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11297 is #5EED68. Grayscale: #4B4B4B. Windows color (decimal): -6221161 or 9900705. OLE color: 9900705.

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

Color convert

RGB 161 18 151 -
CMYK 0 0.89 0.06 0.37
HSL 304.2º 0.8% 0.35% -
HSV(B) 304.2º 0.89% 0.63% -
XYZ 20.5 10.24 30.17 -
YUV 75.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 161 18 151 0 0.89 0.06 0.37 304.2 0.8 0.35
Hex A1 12 97 0 59 6 25 130 50 23
Octal 241 22 227 0 131 6 45 460 120 43
Binary 10100001 10010 10010111 0 1011001 110 100101 100110000 1010000 100011

Color Harmonies of #A11297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11297

Black with #A11297

Text Example


Text Example

White with #A11297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11297; }

 p { color: rgb(161,18,151); }

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

background-color css

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

 a { background-color: rgb(161,18,151); }

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

border-color css

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

 span { border-color: rgb(161,18,151); }

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