#AE69AD

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

Shades of Violet Blue #AE69AD

Tints of Violet Blue #AE69AD

Color information

#AE69AD (or 0xAE69AD) is unknown color: approx Violet Blue. HEX triplet: AE, 69 and AD. RGB value is (174,105,173). Sum of RGB (Red+Green+Blue) = 174+105+173=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE69AD is #519652. Grayscale: #858585. Windows color (decimal): -5346899 or 11364782. OLE color: 11364782.

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

Color convert

RGB174105173-
CMYK00.400.010.32
HSL300.87º29.87%54.71%-
HSV(B)300.87º39.66%68.24%-
XYZ30.0522.1242.22-
YUV133.38150.36156.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=38.50%
G=23.23%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410517300.400.010.32300.8729.8754.71
HexAE69AD02812012d1e37
Octal2561512550501404553667
Binary101011101101001101011010101000110000010010110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69AD; }

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

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

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

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

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

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

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

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