Html Css Color HEX #AE51AA Violet Blue

📋 copy color: '#AE51AA'

red 174 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #AE51AA

Tints of Violet Blue #AE51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

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

R = 40.94%
G = 19.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE51AA (or 0xAE51AA) is known color: Violet Blue. HEX triplet: AE, 51 and AA. RGB value is (174,81,170). Sum of RGB (Red+Green+Blue) = 174+81+170=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51AA is #51AE55. Grayscale: #767676. Windows color (decimal): -5353046 or 11162030. OLE color: 11162030.

HSL color Cylindrical-coordinate representation of color #AE51AA: hue angle of 302.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE51AA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 170 -
CMYK 0 0.53 0.02 0.32
HSL 302.58º 0.36% 0.5% -
HSV(B) 302.58º 0.53% 0.68% -
XYZ 27.65 17.79 40.01 -
YUV 118.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 174 81 170 0 0.53 0.02 0.32 302.58 0.36 0.5
Hex AE 51 AA 0 35 2 20 12F 24 32
Octal 256 121 252 0 65 2 40 457 44 62
Binary 10101110 1010001 10101010 0 110101 10 100000 100101111 100100 110010

Color Harmonies of #AE51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51AA

Black with #AE51AA

Text Example


Text Example

White with #AE51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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