Html Css Color HEX #A90288 Dark Magenta

📋 copy color: '#A90288'

red 169 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #A90288

Tints of Dark Magenta #A90288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 55.05%
G = 0.65%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A90288 (or 0xA90288) is known color: Dark Magenta. HEX triplet: A9, 02 and 88. RGB value is (169,2,136). Sum of RGB (Red+Green+Blue) = 169+2+136=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A90288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90288 is #56FD77. Grayscale: #424242. Windows color (decimal): -5700984 or 8913577. OLE color: 8913577.

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

Color convert

RGB 169 2 136 -
CMYK 0 0.99 0.20 0.34
HSL 311.86º 0.98% 0.34% -
HSV(B) 311.86º 0.99% 0.66% -
XYZ 20.83 10.26 24.17 -
YUV 67.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 169 2 136 0 0.99 0.20 0.34 311.86 0.98 0.34
Hex A9 2 88 0 63 14 22 138 62 22
Octal 251 2 210 0 143 24 42 470 142 42
Binary 10101001 10 10001000 0 1100011 10100 100010 100111000 1100010 100010

Color Harmonies of #A90288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90288

Black with #A90288

Text Example


Text Example

White with #A90288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90288; }

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

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

background-color css

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

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

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

border-color css

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

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

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