Html Css Color HEX #A81198 Dark Magenta

📋 copy color: '#A81198'

red 168 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #A81198

Tints of Dark Magenta #A81198

RGB

 RED value IS 168 (66.02% from 255) = 49.85%

 GREEN value IS 17 (7.03% from 255) = 5.04%

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

R = 49.85%
G = 5.04%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A81198 (or 0xA81198) is known color: Dark Magenta. HEX triplet: A8, 11 and 98. RGB value is (168,17,152). Sum of RGB (Red+Green+Blue) = 168+17+152=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81198 is #57EE67. Grayscale: #4D4D4D. Windows color (decimal): -5762664 or 9965992. OLE color: 9965992.

HSL color Cylindrical-coordinate representation of color #A81198: hue angle of 306.36º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81198 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 152 -
CMYK 0 0.90 0.10 0.34
HSL 306.36º 0.82% 0.36% -
HSV(B) 306.36º 0.9% 0.66% -
XYZ 22.02 10.99 30.67 -
YUV 77.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 168 17 152 0 0.90 0.10 0.34 306.36 0.82 0.36
Hex A8 11 98 0 5A A 22 132 52 24
Octal 250 21 230 0 132 12 42 462 122 44
Binary 10101000 10001 10011000 0 1011010 1010 100010 100110010 1010010 100100

Color Harmonies of #A81198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81198

Black with #A81198

Text Example


Text Example

White with #A81198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81198; }

 p { color: rgb(168,17,152); }

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

background-color css

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

 a { background-color: rgb(168,17,152); }

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

border-color css

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

 span { border-color: rgb(168,17,152); }

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