#AE6AB3

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

Shades of Violet Blue #AE6AB3

Tints of Violet Blue #AE6AB3

Color information

#AE6AB3 (or 0xAE6AB3) is unknown color: approx Violet Blue. HEX triplet: AE, 6A and B3. RGB value is (174,106,179). Sum of RGB (Red+Green+Blue) = 174+106+179=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE6AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6AB3 is #51954C. Grayscale: #868686. Windows color (decimal): -5346637 or 11758254. OLE color: 11758254.

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

Color convert

RGB174106179-
CMYK0.030.4100.30
HSL295.89º32.44%55.88%-
HSV(B)295.89º40.78%70.2%-
XYZ30.7522.5645.38-
YUV134.65153.03156.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=37.91%
G=23.09%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741061790.030.4100.30295.8932.4455.88
HexAE6AB332901E1282038
Octal2561522633510364504070
Binary1010111011010101011001111101001011110100101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6AB3; }

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

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

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

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

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

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

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

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