Html Css Color HEX #AA1B8D Medium Violet Red

📋 copy color: '#AA1B8D'

red 170 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #AA1B8D

Tints of Medium Violet Red #AA1B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 50.3%
G = 7.99%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA1B8D (or 0xAA1B8D) is known color: Medium Violet Red. HEX triplet: AA, 1B and 8D. RGB value is (170,27,141). Sum of RGB (Red+Green+Blue) = 170+27+141=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B8D is #55E472. Grayscale: #525252. Windows color (decimal): -5629043 or 9247658. OLE color: 9247658.

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

Color convert

RGB 170 27 141 -
CMYK 0 0.84 0.17 0.33
HSL 312.17º 0.73% 0.39% -
HSV(B) 312.17º 0.84% 0.67% -
XYZ 21.78 11.25 26.22 -
YUV 82.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 170 27 141 0 0.84 0.17 0.33 312.17 0.73 0.39
Hex AA 1B 8D 0 54 11 21 138 49 27
Octal 252 33 215 0 124 21 41 470 111 47
Binary 10101010 11011 10001101 0 1010100 10001 100001 100111000 1001001 100111

Color Harmonies of #AA1B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B8D

Black with #AA1B8D

Text Example


Text Example

White with #AA1B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B8D; }

 p { color: rgb(170,27,141); }

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

background-color css

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

 a { background-color: rgb(170,27,141); }

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

border-color css

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

 span { border-color: rgb(170,27,141); }

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