#AE66AF

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

Shades of Violet Blue #AE66AF

Tints of Violet Blue #AE66AF

Color information

#AE66AF (or 0xAE66AF) is unknown color: approx Violet Blue. HEX triplet: AE, 66 and AF. RGB value is (174,102,175). Sum of RGB (Red+Green+Blue) = 174+102+175=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE66AF is #519950. Grayscale: #838383. Windows color (decimal): -5347665 or 11495086. OLE color: 11495086.

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

Color convert

RGB174102175-
CMYK0.010.4200.31
HSL299.18º31.33%54.31%-
HSV(B)299.18º41.71%68.63%-
XYZ29.9421.643.15-
YUV131.85152.35158.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=38.58%
G=22.62%
B=38.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741021750.010.4200.31299.1831.3354.31
HexAE66AF12A01F12b1f36
Octal2561462571520374533766
Binary10101110110011010101111110101001111110010101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE66AF; }

 p { color: rgb(174,102,175); }

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

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

 a { background-color: rgb(174,102,175); }

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

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

 span { border-color: rgb(174,102,175); }

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