Html Css Color HEX #A11398 Dark Magenta

📋 copy color: '#A11398'

red 161 ◦ green 19 ◦ blue 152

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

Shades of Dark Magenta #A11398

Tints of Dark Magenta #A11398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 48.49%
G = 5.72%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A11398 (or 0xA11398) is known color: Dark Magenta. HEX triplet: A1, 13 and 98. RGB value is (161,19,152). Sum of RGB (Red+Green+Blue) = 161+19+152=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11398 is #5EEC67. Grayscale: #4C4C4C. Windows color (decimal): -6220904 or 9966497. OLE color: 9966497.

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

Color convert

RGB 161 19 152 -
CMYK 0 0.88 0.06 0.37
HSL 303.8º 0.79% 0.35% -
HSV(B) 303.8º 0.88% 0.63% -
XYZ 20.6 10.31 30.61 -
YUV 76.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 161 19 152 0 0.88 0.06 0.37 303.8 0.79 0.35
Hex A1 13 98 0 58 6 25 130 4F 23
Octal 241 23 230 0 130 6 45 460 117 43
Binary 10100001 10011 10011000 0 1011000 110 100101 100110000 1001111 100011

Color Harmonies of #A11398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11398

Black with #A11398

Text Example


Text Example

White with #A11398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11398; }

 p { color: rgb(161,19,152); }

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

background-color css

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

 a { background-color: rgb(161,19,152); }

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

border-color css

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

 span { border-color: rgb(161,19,152); }

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