Html Css Color HEX #AE489D Violet Blue

📋 copy color: '#AE489D'

red 174 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #AE489D

Tints of Violet Blue #AE489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 43.18%
G = 17.87%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE489D (or 0xAE489D) is known color: Violet Blue. HEX triplet: AE, 48 and 9D. RGB value is (174,72,157). Sum of RGB (Red+Green+Blue) = 174+72+157=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE489D is #51B762. Grayscale: #6F6F6F. Windows color (decimal): -5355363 or 10307758. OLE color: 10307758.

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

Color convert

RGB 174 72 157 -
CMYK 0 0.59 0.10 0.32
HSL 310º 0.41% 0.48% -
HSV(B) 310º 0.59% 0.68% -
XYZ 25.86 16.07 33.64 -
YUV 112.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 174 72 157 0 0.59 0.10 0.32 310 0.41 0.48
Hex AE 48 9D 0 3B A 20 136 29 30
Octal 256 110 235 0 73 12 40 466 51 60
Binary 10101110 1001000 10011101 0 111011 1010 100000 100110110 101001 110000

Color Harmonies of #AE489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE489D

Black with #AE489D

Text Example


Text Example

White with #AE489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE489D; }

 p { color: rgb(174,72,157); }

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

background-color css

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

 a { background-color: rgb(174,72,157); }

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

border-color css

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

 span { border-color: rgb(174,72,157); }

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