#AE6FB3

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

Shades of Violet Blue #AE6FB3

Tints of Violet Blue #AE6FB3

Color information

#AE6FB3 (or 0xAE6FB3) is unknown color: approx Violet Blue. HEX triplet: AE, 6F and B3. RGB value is (174,111,179). Sum of RGB (Red+Green+Blue) = 174+111+179=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE6FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FB3 is #51904C. Grayscale: #898989. Windows color (decimal): -5345357 or 11759534. OLE color: 11759534.

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

Color convert

RGB174111179-
CMYK0.030.3800.30
HSL295.59º30.91%56.86%-
HSV(B)295.59º37.99%70.2%-
XYZ31.2823.6245.56-
YUV137.59151.37153.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=37.5%
G=23.92%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741111790.030.3800.30295.5930.9156.86
HexAE6FB332601E1281f39
Octal2561572633460364503771
Binary101011101101111101100111110011001111010010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FB3; }

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

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

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

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

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

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

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

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