Html Css Color HEX #A90488 Dark Magenta

📋 copy color: '#A90488'

red 169 ◦ green 4 ◦ blue 136

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

Shades of Dark Magenta #A90488

Tints of Dark Magenta #A90488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 54.69%
G = 1.29%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A90488 (or 0xA90488) is known color: Dark Magenta. HEX triplet: A9, 04 and 88. RGB value is (169,4,136). Sum of RGB (Red+Green+Blue) = 169+4+136=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A90488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90488 is #56FB77. Grayscale: #444444. Windows color (decimal): -5700472 or 8914089. OLE color: 8914089.

HSL color Cylindrical-coordinate representation of color #A90488: hue angle of 312º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90488 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 4 136 -
CMYK 0 0.98 0.20 0.34
HSL 312º 0.95% 0.34% -
HSV(B) 312º 0.98% 0.66% -
XYZ 20.85 10.3 24.18 -
YUV 68.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 169 4 136 0 0.98 0.20 0.34 312 0.95 0.34
Hex A9 4 88 0 62 14 22 138 5F 22
Octal 251 4 210 0 142 24 42 470 137 42
Binary 10101001 100 10001000 0 1100010 10100 100010 100111000 1011111 100010

Color Harmonies of #A90488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90488

Black with #A90488

Text Example


Text Example

White with #A90488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90488; }

 p { color: rgb(169,4,136); }

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

background-color css

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

 a { background-color: rgb(169,4,136); }

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

border-color css

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

 span { border-color: rgb(169,4,136); }

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