#AE6BA3

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

Shades of Violet Blue #AE6BA3

Tints of Violet Blue #AE6BA3

Color information

#AE6BA3 (or 0xAE6BA3) is unknown color: approx Violet Blue. HEX triplet: AE, 6B and A3. RGB value is (174,107,163). Sum of RGB (Red+Green+Blue) = 174+107+163=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6BA3 is #51945C. Grayscale: #858585. Windows color (decimal): -5346397 or 10709934. OLE color: 10709934.

HSL color Cylindrical-coordinate representation of color #AE6BA3: hue angle of 309.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6BA3 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB174107163-
CMYK00.390.060.32
HSL309.85º29.26%55.1%-
HSV(B)309.85º38.51%68.24%-
XYZ29.3222.1637.38-
YUV133.42144.7156.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=39.19%
G=24.10%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410716300.390.060.32309.8529.2655.1
HexAE6BA30276201361d37
Octal2561532430476404663567
Binary10101110110101110100011010011111010000010011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6BA3; }

 p { color: rgb(174,107,163); }

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

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

 a { background-color: rgb(174,107,163); }

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

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

 span { border-color: rgb(174,107,163); }

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