Html Css Color HEX #AE5996 Violet Blue

📋 copy color: '#AE5996'

red 174 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #AE5996

Tints of Violet Blue #AE5996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 42.13%
G = 21.55%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE5996 (or 0xAE5996) is known color: Violet Blue. HEX triplet: AE, 59 and 96. RGB value is (174,89,150). Sum of RGB (Red+Green+Blue) = 174+89+150=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5996 is #51A669. Grayscale: #797979. Windows color (decimal): -5351018 or 9853358. OLE color: 9853358.

HSL color Cylindrical-coordinate representation of color #AE5996: hue angle of 316.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5996 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 89 150 -
CMYK 0 0.49 0.14 0.32
HSL 316.94º 0.34% 0.52% -
HSV(B) 316.94º 0.49% 0.68% -
XYZ 26.53 18.35 31 -
YUV 121.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 174 89 150 0 0.49 0.14 0.32 316.94 0.34 0.52
Hex AE 59 96 0 31 E 20 13D 22 34
Octal 256 131 226 0 61 16 40 475 42 64
Binary 10101110 1011001 10010110 0 110001 1110 100000 100111101 100010 110100

Color Harmonies of #AE5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5996

Black with #AE5996

Text Example


Text Example

White with #AE5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5996; }

 p { color: rgb(174,89,150); }

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

background-color css

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

 a { background-color: rgb(174,89,150); }

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

border-color css

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

 span { border-color: rgb(174,89,150); }

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