Html Css Color HEX #AA108A Medium Violet Red

📋 copy color: '#AA108A'

red 170 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #AA108A

Tints of Medium Violet Red #AA108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 52.47%
G = 4.94%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA108A (or 0xAA108A) is known color: Medium Violet Red. HEX triplet: AA, 10 and 8A. RGB value is (170,16,138). Sum of RGB (Red+Green+Blue) = 170+16+138=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA108A is #55EF75. Grayscale: #4B4B4B. Windows color (decimal): -5631862 or 9048234. OLE color: 9048234.

HSL color Cylindrical-coordinate representation of color #AA108A: hue angle of 312.47º 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 #AA108A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 138 -
CMYK 0 0.91 0.19 0.33
HSL 312.47º 0.83% 0.36% -
HSV(B) 312.47º 0.91% 0.67% -
XYZ 21.35 10.75 24.99 -
YUV 75.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 170 16 138 0 0.91 0.19 0.33 312.47 0.83 0.36
Hex AA 10 8A 0 5B 13 21 138 53 24
Octal 252 20 212 0 133 23 41 470 123 44
Binary 10101010 10000 10001010 0 1011011 10011 100001 100111000 1010011 100100

Color Harmonies of #AA108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA108A

Black with #AA108A

Text Example


Text Example

White with #AA108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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