Html Css Color HEX #AE5497 Violet Blue

📋 copy color: '#AE5497'

red 174 ◦ green 84 ◦ blue 151

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

Shades of Violet Blue #AE5497

Tints of Violet Blue #AE5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 42.54%
G = 20.54%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE5497 (or 0xAE5497) is known color: Violet Blue. HEX triplet: AE, 54 and 97. RGB value is (174,84,151). Sum of RGB (Red+Green+Blue) = 174+84+151=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5497 is #51AB68. Grayscale: #767676. Windows color (decimal): -5352297 or 9917614. OLE color: 9917614.

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

Color convert

RGB 174 84 151 -
CMYK 0 0.52 0.13 0.32
HSL 315.33º 0.36% 0.51% -
HSV(B) 315.33º 0.52% 0.68% -
XYZ 26.21 17.57 31.29 -
YUV 118.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 174 84 151 0 0.52 0.13 0.32 315.33 0.36 0.51
Hex AE 54 97 0 34 D 20 13B 24 33
Octal 256 124 227 0 64 15 40 473 44 63
Binary 10101110 1010100 10010111 0 110100 1101 100000 100111011 100100 110011

Color Harmonies of #AE5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5497

Black with #AE5497

Text Example


Text Example

White with #AE5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5497; }

 p { color: rgb(174,84,151); }

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

background-color css

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

 a { background-color: rgb(174,84,151); }

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

border-color css

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

 span { border-color: rgb(174,84,151); }

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