Html Css Color HEX #AE499C Violet Blue

📋 copy color: '#AE499C'

red 174 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #AE499C

Tints of Violet Blue #AE499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.11%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 43.18%
G = 18.11%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE499C (or 0xAE499C) is known color: Violet Blue. HEX triplet: AE, 49 and 9C. RGB value is (174,73,156). Sum of RGB (Red+Green+Blue) = 174+73+156=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE499C is #51B663. Grayscale: #707070. Windows color (decimal): -5355108 or 10242478. OLE color: 10242478.

HSL color Cylindrical-coordinate representation of color #AE499C: hue angle of 310.69º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE499C is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 156 -
CMYK 0 0.58 0.10 0.32
HSL 310.69º 0.41% 0.48% -
HSV(B) 310.69º 0.58% 0.68% -
XYZ 25.84 16.16 33.21 -
YUV 112.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 174 73 156 0 0.58 0.10 0.32 310.69 0.41 0.48
Hex AE 49 9C 0 3A A 20 137 29 30
Octal 256 111 234 0 72 12 40 467 51 60
Binary 10101110 1001001 10011100 0 111010 1010 100000 100110111 101001 110000

Color Harmonies of #AE499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE499C

Black with #AE499C

Text Example


Text Example

White with #AE499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE499C; }

 p { color: rgb(174,73,156); }

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

background-color css

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

 a { background-color: rgb(174,73,156); }

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

border-color css

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

 span { border-color: rgb(174,73,156); }

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