Html Css Color HEX #AA0188 Dark Magenta

📋 copy color: '#AA0188'

red 170 ◦ green 1 ◦ blue 136

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

Shades of Dark Magenta #AA0188

Tints of Dark Magenta #AA0188

RGB

 RED value IS 170 (66.8% from 255) = 55.37%

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 55.37%
G = 0.33%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA0188 (or 0xAA0188) is known color: Dark Magenta. HEX triplet: AA, 01 and 88. RGB value is (170,1,136). Sum of RGB (Red+Green+Blue) = 170+1+136=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0188 is #55FE77. Grayscale: #424242. Windows color (decimal): -5635704 or 8913322. OLE color: 8913322.

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

Color convert

RGB 170 1 136 -
CMYK 0 0.99 0.20 0.33
HSL 312.07º 0.99% 0.34% -
HSV(B) 312.07º 0.99% 0.67% -
XYZ 21.03 10.35 24.18 -
YUV 66.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 170 1 136 0 0.99 0.20 0.33 312.07 0.99 0.34
Hex AA 1 88 0 63 14 21 138 63 22
Octal 252 1 210 0 143 24 41 470 143 42
Binary 10101010 1 10001000 0 1100011 10100 100001 100111000 1100011 100010

Color Harmonies of #AA0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0188

Black with #AA0188

Text Example


Text Example

White with #AA0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0188; }

 p { color: rgb(170,1,136); }

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

background-color css

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

 a { background-color: rgb(170,1,136); }

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

border-color css

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

 span { border-color: rgb(170,1,136); }

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