Html Css Color HEX #AE1B77 Medium Violet Red

📋 copy color: '#AE1B77'

red 174 ◦ green 27 ◦ blue 119

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

Shades of Medium Violet Red #AE1B77

Tints of Medium Violet Red #AE1B77

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 value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1B77 (or 0xAE1B77) is known color: 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

RGB 174 27 119 -
CMYK 0 0.84 0.32 0.32
HSL 322.45º 0.73% 0.39% -
HSV(B) 322.45º 0.84% 0.68% -
XYZ 21.18 11.11 18.48 -
YUV 81.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 174 27 119 0 0.84 0.32 0.32 322.45 0.73 0.39
Hex AE 1B 77 0 54 20 20 142 49 27
Octal 256 33 167 0 124 40 40 502 111 47
Binary 10101110 11011 1110111 0 1010100 100000 100000 101000010 1001001 100111

Color Harmonies of #AE1B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B77

Black with #AE1B77

Text Example


Text Example

White with #AE1B77

Text Example


Text Example

HTML Codes & Css Web 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>