Html Css Color HEX #AE72AD Violet Blue

📋 copy color: '#AE72AD'

red 174 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #AE72AD

Tints of Violet Blue #AE72AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 37.74%
G = 24.73%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE72AD (or 0xAE72AD) is known color: Violet Blue. HEX triplet: AE, 72 and AD. RGB value is (174,114,173). Sum of RGB (Red+Green+Blue) = 174+114+173=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE72AD is #518D52. Grayscale: #8A8A8A. Windows color (decimal): -5344595 or 11367086. OLE color: 11367086.

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

Color convert

RGB 174 114 173 -
CMYK 0 0.34 0.01 0.32
HSL 301º 0.27% 0.56% -
HSV(B) 301º 0.34% 0.68% -
XYZ 31.02 24.05 42.54 -
YUV 138.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 174 114 173 0 0.34 0.01 0.32 301 0.27 0.56
Hex AE 72 AD 0 22 1 20 12D 1B 38
Octal 256 162 255 0 42 1 40 455 33 70
Binary 10101110 1110010 10101101 0 100010 1 100000 100101101 11011 111000

Color Harmonies of #AE72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72AD

Black with #AE72AD

Text Example


Text Example

White with #AE72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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