Html Css Color HEX #AE49A8 Violet Blue

📋 copy color: '#AE49A8'

red 174 ◦ green 73 ◦ blue 168

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

Shades of Violet Blue #AE49A8

Tints of Violet Blue #AE49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 41.93%
G = 17.59%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE49A8 (or 0xAE49A8) is known color: Violet Blue. HEX triplet: AE, 49 and A8. RGB value is (174,73,168). Sum of RGB (Red+Green+Blue) = 174+73+168=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE49A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE49A8 is #51B657. Grayscale: #717171. Windows color (decimal): -5355096 or 11028910. OLE color: 11028910.

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

Color convert

RGB 174 73 168 -
CMYK 0 0.58 0.03 0.32
HSL 303.56º 0.41% 0.48% -
HSV(B) 303.56º 0.58% 0.68% -
XYZ 26.91 16.59 38.83 -
YUV 114.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 174 73 168 0 0.58 0.03 0.32 303.56 0.41 0.48
Hex AE 49 A8 0 3A 3 20 130 29 30
Octal 256 111 250 0 72 3 40 460 51 60
Binary 10101110 1001001 10101000 0 111010 11 100000 100110000 101001 110000

Color Harmonies of #AE49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49A8

Black with #AE49A8

Text Example


Text Example

White with #AE49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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