Html Css Color HEX #AE5799 Violet Blue

📋 copy color: '#AE5799'

red 174 ◦ green 87 ◦ blue 153

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

Shades of Violet Blue #AE5799

Tints of Violet Blue #AE5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.01%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 42.03%
G = 21.01%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE5799 (or 0xAE5799) is known color: Violet Blue. HEX triplet: AE, 57 and 99. RGB value is (174,87,153). Sum of RGB (Red+Green+Blue) = 174+87+153=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5799 is #51A866. Grayscale: #787878. Windows color (decimal): -5351527 or 10049454. OLE color: 10049454.

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

Color convert

RGB 174 87 153 -
CMYK 0 0.5 0.12 0.32
HSL 314.48º 0.35% 0.51% -
HSV(B) 314.48º 0.5% 0.68% -
XYZ 26.61 18.11 32.23 -
YUV 120.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 174 87 153 0 0.5 0.12 0.32 314.48 0.35 0.51
Hex AE 57 99 0 32 C 20 13A 23 33
Octal 256 127 231 0 62 14 40 472 43 63
Binary 10101110 1010111 10011001 0 110010 1100 100000 100111010 100011 110011

Color Harmonies of #AE5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5799

Black with #AE5799

Text Example


Text Example

White with #AE5799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5799; }

 p { color: rgb(174,87,153); }

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

background-color css

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

 a { background-color: rgb(174,87,153); }

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

border-color css

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

 span { border-color: rgb(174,87,153); }

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