#AE4CAB

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

Shades of Violet Blue #AE4CAB

Tints of Violet Blue #AE4CAB

Color information

#AE4CAB (or 0xAE4CAB) is unknown color: approx Violet Blue. HEX triplet: AE, 4C and AB. RGB value is (174,76,171). Sum of RGB (Red+Green+Blue) = 174+76+171=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CAB is #51B354. Grayscale: #737373. Windows color (decimal): -5354325 or 11226286. OLE color: 11226286.

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

Color convert

RGB17476171-
CMYK00.560.020.32
HSL301.84º39.2%49.02%-
HSV(B)301.84º56.32%68.24%-
XYZ27.3917.1140.39-
YUV116.13158.97169.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=41.33%
G=18.05%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747617100.560.020.32301.8439.249.02
HexAE4CAB03822012e2731
Octal2561142530702404564761
Binary10101110100110010101011011100010100000100101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CAB; }

 p { color: rgb(174,76,171); }

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

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

 a { background-color: rgb(174,76,171); }

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

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

 span { border-color: rgb(174,76,171); }

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