#AE6FB4

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

Shades of Violet Blue #AE6FB4

Tints of Violet Blue #AE6FB4

Color information

#AE6FB4 (or 0xAE6FB4) is unknown color: approx Violet Blue. HEX triplet: AE, 6F and B4. RGB value is (174,111,180). Sum of RGB (Red+Green+Blue) = 174+111+180=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE6FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FB4 is #51904B. Grayscale: #898989. Windows color (decimal): -5345356 or 11825070. OLE color: 11825070.

HSL color Cylindrical-coordinate representation of color #AE6FB4: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6FB4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174111180-
CMYK0.030.3800.29
HSL294.78º31.51%57.06%-
HSV(B)294.78º38.33%70.59%-
XYZ31.3823.6646.09-
YUV137.7151.87153.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=37.42%
G=23.87%
B=38.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741111800.030.3800.29294.7831.5157.06
HexAE6FB432601D1272039
Octal2561572643460354474071
Binary1010111011011111011010011100110011101100100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FB4; }

 p { color: rgb(174,111,180); }

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

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

 a { background-color: rgb(174,111,180); }

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

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

 span { border-color: rgb(174,111,180); }

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