Html Css Color HEX #AE55AD Violet Blue

📋 copy color: '#AE55AD'

red 174 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #AE55AD

Tints of Violet Blue #AE55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

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

R = 40.28%
G = 19.68%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE55AD (or 0xAE55AD) is known color: Violet Blue. HEX triplet: AE, 55 and AD. RGB value is (174,85,173). Sum of RGB (Red+Green+Blue) = 174+85+173=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE55AD is #51AA52. Grayscale: #797979. Windows color (decimal): -5352019 or 11359662. OLE color: 11359662.

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

Color convert

RGB 174 85 173 -
CMYK 0 0.51 0.01 0.32
HSL 300.67º 0.35% 0.51% -
HSV(B) 300.67º 0.51% 0.68% -
XYZ 28.25 18.51 41.62 -
YUV 121.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 174 85 173 0 0.51 0.01 0.32 300.67 0.35 0.51
Hex AE 55 AD 0 33 1 20 12D 23 33
Octal 256 125 255 0 63 1 40 455 43 63
Binary 10101110 1010101 10101101 0 110011 1 100000 100101101 100011 110011

Color Harmonies of #AE55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE55AD

Black with #AE55AD

Text Example


Text Example

White with #AE55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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