#AE64AD

Color #AE64AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AE64AD

Tints of Violet Blue #AE64AD

Color information

#AE64AD (or 0xAE64AD) is unknown color: approx Violet Blue. HEX triplet: AE, 64 and AD. RGB value is (174,100,173). Sum of RGB (Red+Green+Blue) = 174+100+173=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AD is #519B52. Grayscale: #828282. Windows color (decimal): -5348179 or 11363502. OLE color: 11363502.

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

Color convert

RGB174100173-
CMYK00.430.010.32
HSL300.81º31.36%53.73%-
HSV(B)300.81º42.53%68.24%-
XYZ29.5621.1342.06-
YUV130.45152.02159.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=38.93%
G=22.37%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410017300.430.010.32300.8131.3653.73
HexAE64AD02B12012d1f36
Octal2561442550531404553766
Binary101011101100100101011010101011110000010010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE64AD; }

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

 H1.HeaderClassName
 {
   color: #AE64AD;
 }
 .AnyTagClassName
 {
   color: #AE64AD;
 }
</style>
background-color css

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

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

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

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

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

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