Html Css Color HEX #AA108F Medium Violet Red

📋 copy color: '#AA108F'

red 170 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #AA108F

Tints of Medium Violet Red #AA108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 51.67%
G = 4.86%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA108F (or 0xAA108F) is known color: Medium Violet Red. HEX triplet: AA, 10 and 8F. RGB value is (170,16,143). Sum of RGB (Red+Green+Blue) = 170+16+143=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA108F is #55EF70. Grayscale: #4C4C4C. Windows color (decimal): -5631857 or 9375914. OLE color: 9375914.

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

Color convert

RGB 170 16 143 -
CMYK 0 0.91 0.16 0.33
HSL 310.52º 0.83% 0.36% -
HSV(B) 310.52º 0.91% 0.67% -
XYZ 21.72 10.9 26.95 -
YUV 76.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 170 16 143 0 0.91 0.16 0.33 310.52 0.83 0.36
Hex AA 10 8F 0 5B 10 21 137 53 24
Octal 252 20 217 0 133 20 41 467 123 44
Binary 10101010 10000 10001111 0 1011011 10000 100001 100110111 1010011 100100

Color Harmonies of #AA108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA108F

Black with #AA108F

Text Example


Text Example

White with #AA108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA108F; }

 p { color: rgb(170,16,143); }

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

background-color css

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

 a { background-color: rgb(170,16,143); }

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

border-color css

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

 span { border-color: rgb(170,16,143); }

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