Html Css Color HEX #A81298 Dark Magenta

📋 copy color: '#A81298'

red 168 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #A81298

Tints of Dark Magenta #A81298

RGB

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

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

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

R = 49.7%
G = 5.33%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A81298 (or 0xA81298) is known color: Dark Magenta. HEX triplet: A8, 12 and 98. RGB value is (168,18,152). Sum of RGB (Red+Green+Blue) = 168+18+152=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A81298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81298 is #57ED67. Grayscale: #4D4D4D. Windows color (decimal): -5762408 or 9966248. OLE color: 9966248.

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

Color convert

RGB 168 18 152 -
CMYK 0 0.89 0.10 0.34
HSL 306.4º 0.81% 0.36% -
HSV(B) 306.4º 0.89% 0.66% -
XYZ 22.03 11.02 30.67 -
YUV 78.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 168 18 152 0 0.89 0.10 0.34 306.4 0.81 0.36
Hex A8 12 98 0 59 A 22 132 51 24
Octal 250 22 230 0 131 12 42 462 121 44
Binary 10101000 10010 10011000 0 1011001 1010 100010 100110010 1010001 100100

Color Harmonies of #A81298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81298

Black with #A81298

Text Example


Text Example

White with #A81298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81298; }

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

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

background-color css

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

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

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

border-color css

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

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

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