Html Css Color HEX #AE73AF Violet Blue

📋 copy color: '#AE73AF'

red 174 ◦ green 115 ◦ blue 175

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

Shades of Violet Blue #AE73AF

Tints of Violet Blue #AE73AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 37.5%
G = 24.78%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE73AF (or 0xAE73AF) is known color: Violet Blue. HEX triplet: AE, 73 and AF. RGB value is (174,115,175). Sum of RGB (Red+Green+Blue) = 174+115+175=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE73AF is #518C50. Grayscale: #8B8B8B. Windows color (decimal): -5344337 or 11498414. OLE color: 11498414.

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

Color convert

RGB 174 115 175 -
CMYK 0.01 0.34 0 0.31
HSL 299º 0.27% 0.57% -
HSV(B) 299º 0.34% 0.69% -
XYZ 31.32 24.36 43.61 -
YUV 139.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 174 115 175 0.01 0.34 0 0.31 299 0.27 0.57
Hex AE 73 AF 1 22 0 1F 12B 1B 39
Octal 256 163 257 1 42 0 37 453 33 71
Binary 10101110 1110011 10101111 1 100010 0 11111 100101011 11011 111001

Color Harmonies of #AE73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE73AF

Black with #AE73AF

Text Example


Text Example

White with #AE73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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