Html Css Color HEX #A91098 Dark Magenta

📋 copy color: '#A91098'

red 169 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #A91098

Tints of Dark Magenta #A91098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

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

R = 50.15%
G = 4.75%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A91098 (or 0xA91098) is known color: Dark Magenta. HEX triplet: A9, 10 and 98. RGB value is (169,16,152). Sum of RGB (Red+Green+Blue) = 169+16+152=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A91098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91098 is #56EF67. Grayscale: #4C4C4C. Windows color (decimal): -5697384 or 9965737. OLE color: 9965737.

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

Color convert

RGB 169 16 152 -
CMYK 0 0.91 0.10 0.34
HSL 306.67º 0.83% 0.36% -
HSV(B) 306.67º 0.91% 0.66% -
XYZ 22.21 11.07 30.67 -
YUV 77.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 169 16 152 0 0.91 0.10 0.34 306.67 0.83 0.36
Hex A9 10 98 0 5B A 22 133 53 24
Octal 251 20 230 0 133 12 42 463 123 44
Binary 10101001 10000 10011000 0 1011011 1010 100010 100110011 1010011 100100

Color Harmonies of #A91098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91098

Black with #A91098

Text Example


Text Example

White with #A91098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91098; }

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

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

background-color css

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

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

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

border-color css

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

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

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