Html Css Color HEX #AA0C8B Medium Violet Red

📋 copy color: '#AA0C8B'

red 170 ◦ green 12 ◦ blue 139

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

Shades of Medium Violet Red #AA0C8B

Tints of Medium Violet Red #AA0C8B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

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

R = 52.96%
G = 3.74%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA0C8B (or 0xAA0C8B) is known color: Medium Violet Red. HEX triplet: AA, 0C and 8B. RGB value is (170,12,139). Sum of RGB (Red+Green+Blue) = 170+12+139=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C8B is #55F374. Grayscale: #494949. Windows color (decimal): -5632885 or 9112746. OLE color: 9112746.

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

Color convert

RGB 170 12 139 -
CMYK 0 0.93 0.18 0.33
HSL 311.77º 0.87% 0.36% -
HSV(B) 311.77º 0.93% 0.67% -
XYZ 21.37 10.67 25.36 -
YUV 73.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 170 12 139 0 0.93 0.18 0.33 311.77 0.87 0.36
Hex AA C 8B 0 5D 12 21 138 57 24
Octal 252 14 213 0 135 22 41 470 127 44
Binary 10101010 1100 10001011 0 1011101 10010 100001 100111000 1010111 100100

Color Harmonies of #AA0C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C8B

Black with #AA0C8B

Text Example


Text Example

White with #AA0C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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