Html Css Color HEX #AA1C8B Medium Red Violet

📋 copy color: '#AA1C8B'

red 170 ◦ green 28 ◦ blue 139

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

Shades of Medium Red Violet #AA1C8B

Tints of Medium Red Violet #AA1C8B

RGB

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

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

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

R = 50.45%
G = 8.31%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA1C8B (or 0xAA1C8B) is known color: Medium Red Violet. HEX triplet: AA, 1C and 8B. RGB value is (170,28,139). Sum of RGB (Red+Green+Blue) = 170+28+139=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C8B is #55E374. Grayscale: #525252. Windows color (decimal): -5628789 or 9116842. OLE color: 9116842.

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

Color convert

RGB 170 28 139 -
CMYK 0 0.84 0.18 0.33
HSL 313.1º 0.72% 0.39% -
HSV(B) 313.1º 0.84% 0.67% -
XYZ 21.65 11.24 25.45 -
YUV 83.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 170 28 139 0 0.84 0.18 0.33 313.1 0.72 0.39
Hex AA 1C 8B 0 54 12 21 139 48 27
Octal 252 34 213 0 124 22 41 471 110 47
Binary 10101010 11100 10001011 0 1010100 10010 100001 100111001 1001000 100111

Color Harmonies of #AA1C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C8B

Black with #AA1C8B

Text Example


Text Example

White with #AA1C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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