Html Css Color HEX #AE75AD Violet Blue

📋 copy color: '#AE75AD'

red 174 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #AE75AD

Tints of Violet Blue #AE75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.22%

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

R = 37.5%
G = 25.22%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE75AD (or 0xAE75AD) is known color: Violet Blue. HEX triplet: AE, 75 and AD. RGB value is (174,117,173). Sum of RGB (Red+Green+Blue) = 174+117+173=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE75AD is #518A52. Grayscale: #8C8C8C. Windows color (decimal): -5343827 or 11367854. OLE color: 11367854.

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

Color convert

RGB 174 117 173 -
CMYK 0 0.33 0.01 0.32
HSL 301.05º 0.26% 0.57% -
HSV(B) 301.05º 0.33% 0.68% -
XYZ 31.36 24.74 42.66 -
YUV 140.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 174 117 173 0 0.33 0.01 0.32 301.05 0.26 0.57
Hex AE 75 AD 0 21 1 20 12D 1A 39
Octal 256 165 255 0 41 1 40 455 32 71
Binary 10101110 1110101 10101101 0 100001 1 100000 100101101 11010 111001

Color Harmonies of #AE75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE75AD

Black with #AE75AD

Text Example


Text Example

White with #AE75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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