Html Css Color HEX #AE5696 Violet Blue

📋 copy color: '#AE5696'

red 174 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #AE5696

Tints of Violet Blue #AE5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 42.44%
G = 20.98%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE5696 (or 0xAE5696) is known color: Violet Blue. HEX triplet: AE, 56 and 96. RGB value is (174,86,150). Sum of RGB (Red+Green+Blue) = 174+86+150=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5696 is #51A969. Grayscale: #777777. Windows color (decimal): -5351786 or 9852590. OLE color: 9852590.

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

Color convert

RGB 174 86 150 -
CMYK 0 0.51 0.14 0.32
HSL 316.36º 0.35% 0.51% -
HSV(B) 316.36º 0.51% 0.68% -
XYZ 26.29 17.86 30.92 -
YUV 119.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 174 86 150 0 0.51 0.14 0.32 316.36 0.35 0.51
Hex AE 56 96 0 33 E 20 13C 23 33
Octal 256 126 226 0 63 16 40 474 43 63
Binary 10101110 1010110 10010110 0 110011 1110 100000 100111100 100011 110011

Color Harmonies of #AE5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5696

Black with #AE5696

Text Example


Text Example

White with #AE5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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