#AE67AD

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

Shades of Violet Blue #AE67AD

Tints of Violet Blue #AE67AD

Color information

#AE67AD (or 0xAE67AD) is unknown color: approx Violet Blue. HEX triplet: AE, 67 and AD. RGB value is (174,103,173). Sum of RGB (Red+Green+Blue) = 174+103+173=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE67AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE67AD is #519852. Grayscale: #848484. Windows color (decimal): -5347411 or 11364270. OLE color: 11364270.

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

Color convert

RGB174103173-
CMYK00.410.010.32
HSL300.85º30.47%54.31%-
HSV(B)300.85º40.8%68.24%-
XYZ29.8521.7242.15-
YUV132.21151.02157.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=38.67%
G=22.89%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410317300.410.010.32300.8530.4754.31
HexAE67AD02912012d1e36
Octal2561472550511404553666
Binary101011101100111101011010101001110000010010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE67AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE67AD; }

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

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

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

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

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

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

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

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