Html Css Color HEX #AE72A9 Violet Blue

📋 copy color: '#AE72A9'

red 174 ◦ green 114 ◦ blue 169

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

Shades of Violet Blue #AE72A9

Tints of Violet Blue #AE72A9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 38.07%
G = 24.95%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE72A9 (or 0xAE72A9) is known color: Violet Blue. HEX triplet: AE, 72 and A9. RGB value is (174,114,169). Sum of RGB (Red+Green+Blue) = 174+114+169=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72A9 is #518D56. Grayscale: #8A8A8A. Windows color (decimal): -5344599 or 11104942. OLE color: 11104942.

HSL color Cylindrical-coordinate representation of color #AE72A9: hue angle of 305º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE72A9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 169 -
CMYK 0 0.34 0.03 0.32
HSL 305º 0.27% 0.56% -
HSV(B) 305º 0.34% 0.68% -
XYZ 30.63 23.9 40.53 -
YUV 138.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 174 114 169 0 0.34 0.03 0.32 305 0.27 0.56
Hex AE 72 A9 0 22 3 20 131 1B 38
Octal 256 162 251 0 42 3 40 461 33 70
Binary 10101110 1110010 10101001 0 100010 11 100000 100110001 11011 111000

Color Harmonies of #AE72A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72A9

Black with #AE72A9

Text Example


Text Example

White with #AE72A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72A9; }

 p { color: rgb(174,114,169); }

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

background-color css

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

 a { background-color: rgb(174,114,169); }

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

border-color css

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

 span { border-color: rgb(174,114,169); }

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