Html Css Color HEX #AE73AD Violet Blue

📋 copy color: '#AE73AD'

red 174 ◦ green 115 ◦ blue 173

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

Shades of Violet Blue #AE73AD

Tints of Violet Blue #AE73AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

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

R = 37.66%
G = 24.89%
B = 37.45%

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

#AE73AD (or 0xAE73AD) is known color: Violet Blue. HEX triplet: AE, 73 and AD. RGB value is (174,115,173). Sum of RGB (Red+Green+Blue) = 174+115+173=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE73AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73AD is #518C52. Grayscale: #8B8B8B. Windows color (decimal): -5344339 or 11367342. OLE color: 11367342.

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

Color convert

RGB 174 115 173 -
CMYK 0 0.34 0.01 0.32
HSL 301.02º 0.27% 0.57% -
HSV(B) 301.02º 0.34% 0.68% -
XYZ 31.13 24.28 42.58 -
YUV 139.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 174 115 173 0 0.34 0.01 0.32 301.02 0.27 0.57
Hex AE 73 AD 0 22 1 20 12D 1B 39
Octal 256 163 255 0 42 1 40 455 33 71
Binary 10101110 1110011 10101101 0 100010 1 100000 100101101 11011 111001

Color Harmonies of #AE73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73AD

Black with #AE73AD

Text Example


Text Example

White with #AE73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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