Html Css Color HEX #AE5698 Violet Blue

📋 copy color: '#AE5698'

red 174 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #AE5698

Tints of Violet Blue #AE5698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.89%

R = 42.23%
G = 20.87%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE5698 (or 0xAE5698) is known color: Violet Blue. HEX triplet: AE, 56 and 98. RGB value is (174,86,152). Sum of RGB (Red+Green+Blue) = 174+86+152=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5698 is #51A967. Grayscale: #777777. Windows color (decimal): -5351784 or 9983662. OLE color: 9983662.

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

Color convert

RGB 174 86 152 -
CMYK 0 0.51 0.13 0.32
HSL 315º 0.35% 0.51% -
HSV(B) 315º 0.51% 0.68% -
XYZ 26.45 17.92 31.77 -
YUV 119.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 174 86 152 0 0.51 0.13 0.32 315 0.35 0.51
Hex AE 56 98 0 33 D 20 13B 23 33
Octal 256 126 230 0 63 15 40 473 43 63
Binary 10101110 1010110 10011000 0 110011 1101 100000 100111011 100011 110011

Color Harmonies of #AE5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5698

Black with #AE5698

Text Example


Text Example

White with #AE5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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