Html Css Color HEX #AA0B8B Medium Violet Red

📋 copy color: '#AA0B8B'

red 170 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #AA0B8B

Tints of Medium Violet Red #AA0B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.44%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 53.13%
G = 3.44%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA0B8B (or 0xAA0B8B) is known color: Medium Violet Red. HEX triplet: AA, 0B and 8B. RGB value is (170,11,139). Sum of RGB (Red+Green+Blue) = 170+11+139=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B8B is #55F474. Grayscale: #484848. Windows color (decimal): -5633141 or 9112490. OLE color: 9112490.

HSL color Cylindrical-coordinate representation of color #AA0B8B: hue angle of 311.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B8B is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 11 139 -
CMYK 0 0.94 0.18 0.33
HSL 311.7º 0.88% 0.35% -
HSV(B) 311.7º 0.94% 0.67% -
XYZ 21.36 10.65 25.36 -
YUV 73.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 170 11 139 0 0.94 0.18 0.33 311.7 0.88 0.35
Hex AA B 8B 0 5E 12 21 138 58 23
Octal 252 13 213 0 136 22 41 470 130 43
Binary 10101010 1011 10001011 0 1011110 10010 100001 100111000 1011000 100011

Color Harmonies of #AA0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B8B

Black with #AA0B8B

Text Example


Text Example

White with #AA0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B8B; }

 p { color: rgb(170,11,139); }

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

background-color css

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

 a { background-color: rgb(170,11,139); }

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

border-color css

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

 span { border-color: rgb(170,11,139); }

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