Html Css Color HEX #AE50A1 Violet Blue

📋 copy color: '#AE50A1'

red 174 ◦ green 80 ◦ blue 161

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

Shades of Violet Blue #AE50A1

Tints of Violet Blue #AE50A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 41.93%
G = 19.28%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE50A1 (or 0xAE50A1) is known color: Violet Blue. HEX triplet: AE, 50 and A1. RGB value is (174,80,161). Sum of RGB (Red+Green+Blue) = 174+80+161=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE50A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE50A1 is #51AF5E. Grayscale: #757575. Windows color (decimal): -5353311 or 10571950. OLE color: 10571950.

HSL color Cylindrical-coordinate representation of color #AE50A1: hue angle of 308.3º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE50A1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 161 -
CMYK 0 0.54 0.07 0.32
HSL 308.3º 0.37% 0.5% -
HSV(B) 308.3º 0.54% 0.68% -
XYZ 26.76 17.31 35.65 -
YUV 117.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 174 80 161 0 0.54 0.07 0.32 308.3 0.37 0.5
Hex AE 50 A1 0 36 7 20 134 25 32
Octal 256 120 241 0 66 7 40 464 45 62
Binary 10101110 1010000 10100001 0 110110 111 100000 100110100 100101 110010

Color Harmonies of #AE50A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50A1

Black with #AE50A1

Text Example


Text Example

White with #AE50A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50A1; }

 p { color: rgb(174,80,161); }

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

background-color css

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

 a { background-color: rgb(174,80,161); }

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

border-color css

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

 span { border-color: rgb(174,80,161); }

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