Html Css Color HEX #AE5199 Violet Blue

📋 copy color: '#AE5199'

red 174 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #AE5199

Tints of Violet Blue #AE5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

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

R = 42.65%
G = 19.85%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE5199 (or 0xAE5199) is known color: Violet Blue. HEX triplet: AE, 51 and 99. RGB value is (174,81,153). Sum of RGB (Red+Green+Blue) = 174+81+153=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5199 is #51AE66. Grayscale: #747474. Windows color (decimal): -5353063 or 10047918. OLE color: 10047918.

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

Color convert

RGB 174 81 153 -
CMYK 0 0.53 0.12 0.32
HSL 313.55º 0.36% 0.5% -
HSV(B) 313.55º 0.53% 0.68% -
XYZ 26.15 17.18 32.08 -
YUV 117.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 174 81 153 0 0.53 0.12 0.32 313.55 0.36 0.5
Hex AE 51 99 0 35 C 20 13A 24 32
Octal 256 121 231 0 65 14 40 472 44 62
Binary 10101110 1010001 10011001 0 110101 1100 100000 100111010 100100 110010

Color Harmonies of #AE5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5199

Black with #AE5199

Text Example


Text Example

White with #AE5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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