Html Css Color HEX #AE50A9 Violet Blue

📋 copy color: '#AE50A9'

red 174 ◦ green 80 ◦ blue 169

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

Shades of Violet Blue #AE50A9

Tints of Violet Blue #AE50A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 41.13%
G = 18.91%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE50A9 (or 0xAE50A9) is known color: Violet Blue. HEX triplet: AE, 50 and A9. RGB value is (174,80,169). Sum of RGB (Red+Green+Blue) = 174+80+169=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE50A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE50A9 is #51AF56. Grayscale: #757575. Windows color (decimal): -5353303 or 11096238. OLE color: 11096238.

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

Color convert

RGB 174 80 169 -
CMYK 0 0.54 0.03 0.32
HSL 303.19º 0.37% 0.5% -
HSV(B) 303.19º 0.54% 0.68% -
XYZ 27.49 17.6 39.48 -
YUV 118.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 174 80 169 0 0.54 0.03 0.32 303.19 0.37 0.5
Hex AE 50 A9 0 36 3 20 12F 25 32
Octal 256 120 251 0 66 3 40 457 45 62
Binary 10101110 1010000 10101001 0 110110 11 100000 100101111 100101 110010

Color Harmonies of #AE50A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50A9

Black with #AE50A9

Text Example


Text Example

White with #AE50A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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