Html Css Color HEX #A91298 Dark Magenta

📋 copy color: '#A91298'

red 169 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #A91298

Tints of Dark Magenta #A91298

RGB

 RED value IS 169 (66.41% from 255) = 49.85%

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

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

R = 49.85%
G = 5.31%
B = 44.84%

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

#A91298 (or 0xA91298) is known color: Dark Magenta. HEX triplet: A9, 12 and 98. RGB value is (169,18,152). Sum of RGB (Red+Green+Blue) = 169+18+152=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A91298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91298 is #56ED67. Grayscale: #4E4E4E. Windows color (decimal): -5696872 or 9966249. OLE color: 9966249.

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

Color convert

RGB 169 18 152 -
CMYK 0 0.89 0.10 0.34
HSL 306.76º 0.81% 0.37% -
HSV(B) 306.76º 0.89% 0.66% -
XYZ 22.25 11.13 30.68 -
YUV 78.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 169 18 152 0 0.89 0.10 0.34 306.76 0.81 0.37
Hex A9 12 98 0 59 A 22 133 51 25
Octal 251 22 230 0 131 12 42 463 121 45
Binary 10101001 10010 10011000 0 1011001 1010 100010 100110011 1010001 100101

Color Harmonies of #A91298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91298

Black with #A91298

Text Example


Text Example

White with #A91298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91298; }

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

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

background-color css

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

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

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

border-color css

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

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

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