Html Css Color HEX #AA1C9F Medium Violet Red

📋 copy color: '#AA1C9F'

red 170 ◦ green 28 ◦ blue 159

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

Shades of Medium Violet Red #AA1C9F

Tints of Medium Violet Red #AA1C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.84%

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 47.62%
G = 7.84%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA1C9F (or 0xAA1C9F) is known color: Medium Violet Red. HEX triplet: AA, 1C and 9F. RGB value is (170,28,159). Sum of RGB (Red+Green+Blue) = 170+28+159=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9F is #55E360. Grayscale: #555555. Windows color (decimal): -5628769 or 10427562. OLE color: 10427562.

HSL color Cylindrical-coordinate representation of color #AA1C9F: hue angle of 304.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C9F is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 28 159 -
CMYK 0 0.84 0.06 0.33
HSL 304.65º 0.72% 0.39% -
HSV(B) 304.65º 0.84% 0.67% -
XYZ 23.25 11.88 33.87 -
YUV 85.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 170 28 159 0 0.84 0.06 0.33 304.65 0.72 0.39
Hex AA 1C 9F 0 54 6 21 131 48 27
Octal 252 34 237 0 124 6 41 461 110 47
Binary 10101010 11100 10011111 0 1010100 110 100001 100110001 1001000 100111

Color Harmonies of #AA1C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C9F

Black with #AA1C9F

Text Example


Text Example

White with #AA1C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C9F; }

 p { color: rgb(170,28,159); }

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

background-color css

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

 a { background-color: rgb(170,28,159); }

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

border-color css

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

 span { border-color: rgb(170,28,159); }

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