Html Css Color HEX #AE599A Violet Blue

📋 copy color: '#AE599A'

red 174 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #AE599A

Tints of Violet Blue #AE599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 41.73%
G = 21.34%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE599A (or 0xAE599A) is known color: Violet Blue. HEX triplet: AE, 59 and 9A. RGB value is (174,89,154). Sum of RGB (Red+Green+Blue) = 174+89+154=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE599A is #51A665. Grayscale: #797979. Windows color (decimal): -5351014 or 10115502. OLE color: 10115502.

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

Color convert

RGB 174 89 154 -
CMYK 0 0.49 0.11 0.32
HSL 314.12º 0.34% 0.52% -
HSV(B) 314.12º 0.49% 0.68% -
XYZ 26.86 18.48 32.72 -
YUV 121.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 174 89 154 0 0.49 0.11 0.32 314.12 0.34 0.52
Hex AE 59 9A 0 31 B 20 13A 22 34
Octal 256 131 232 0 61 13 40 472 42 64
Binary 10101110 1011001 10011010 0 110001 1011 100000 100111010 100010 110100

Color Harmonies of #AE599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE599A

Black with #AE599A

Text Example


Text Example

White with #AE599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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