Html Css Color HEX #AE1BA0 Medium Violet Red

📋 copy color: '#AE1BA0'

red 174 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #AE1BA0

Tints of Medium Violet Red #AE1BA0

RGB

 RED value IS 174 (68.36% from 255) = 48.2%

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 48.2%
G = 7.48%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE1BA0 (or 0xAE1BA0) is known color: Medium Violet Red. HEX triplet: AE, 1B and A0. RGB value is (174,27,160). Sum of RGB (Red+Green+Blue) = 174+27+160=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA0 is #51E45F. Grayscale: #555555. Windows color (decimal): -5366880 or 10492846. OLE color: 10492846.

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

Color convert

RGB 174 27 160 -
CMYK 0 0.84 0.08 0.32
HSL 305.71º 0.73% 0.39% -
HSV(B) 305.71º 0.84% 0.68% -
XYZ 24.19 12.32 34.36 -
YUV 86.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 174 27 160 0 0.84 0.08 0.32 305.71 0.73 0.39
Hex AE 1B A0 0 54 8 20 132 49 27
Octal 256 33 240 0 124 10 40 462 111 47
Binary 10101110 11011 10100000 0 1010100 1000 100000 100110010 1001001 100111

Color Harmonies of #AE1BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1BA0

Black with #AE1BA0

Text Example


Text Example

White with #AE1BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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