Html Css Color HEX #AE56AA Violet Blue

📋 copy color: '#AE56AA'

red 174 ◦ green 86 ◦ blue 170

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

Shades of Violet Blue #AE56AA

Tints of Violet Blue #AE56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 40.47%
G = 20%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE56AA (or 0xAE56AA) is known color: Violet Blue. HEX triplet: AE, 56 and AA. RGB value is (174,86,170). Sum of RGB (Red+Green+Blue) = 174+86+170=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56AA is #51A955. Grayscale: #797979. Windows color (decimal): -5351766 or 11163310. OLE color: 11163310.

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

Color convert

RGB 174 86 170 -
CMYK 0 0.51 0.02 0.32
HSL 302.73º 0.35% 0.51% -
HSV(B) 302.73º 0.51% 0.68% -
XYZ 28.04 18.56 40.13 -
YUV 121.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 174 86 170 0 0.51 0.02 0.32 302.73 0.35 0.51
Hex AE 56 AA 0 33 2 20 12F 23 33
Octal 256 126 252 0 63 2 40 457 43 63
Binary 10101110 1010110 10101010 0 110011 10 100000 100101111 100011 110011

Color Harmonies of #AE56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56AA

Black with #AE56AA

Text Example


Text Example

White with #AE56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56AA; }

 p { color: rgb(174,86,170); }

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

background-color css

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

 a { background-color: rgb(174,86,170); }

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

border-color css

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

 span { border-color: rgb(174,86,170); }

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