#AE1B77

Color #AE1B77 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AE1B77

Tints of Medium Violet Red #AE1B77

Color information

#AE1B77 (or 0xAE1B77) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1B and 77. RGB value is (174,27,119). Sum of RGB (Red+Green+Blue) = 174+27+119=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B77 is #51E488. Grayscale: #515151. Windows color (decimal): -5366921 or 7805870. OLE color: 7805870.

HSL color Cylindrical-coordinate representation of color #AE1B77: hue angle of 322.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1B77 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17427119-
CMYK00.840.320.32
HSL322.45º73.13%39.41%-
HSV(B)322.45º84.48%68.24%-
XYZ21.1811.1118.48-
YUV81.44149.2194.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 27 (10.94% from 255) = 8.44%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=54.38%
G=8.44%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742711900.840.320.32322.4573.1339.41
HexAE1B7705420201424927
Octal256331670124404050211147
Binary10101110110111110111010101001000001000001010000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B77; }

 p { color: rgb(174,27,119); }

 H1.HeaderClassName
 {
   color: #AE1B77;
 }
 .AnyTagClassName
 {
   color: #AE1B77;
 }
</style>
background-color css

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

 a { background-color: rgb(174,27,119); }

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

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

 span { border-color: rgb(174,27,119); }

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