#AE4F9F

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

Shades of Violet Blue #AE4F9F

Tints of Violet Blue #AE4F9F

Color information

#AE4F9F (or 0xAE4F9F) is unknown color: approx Violet Blue. HEX triplet: AE, 4F and 9F. RGB value is (174,79,159). Sum of RGB (Red+Green+Blue) = 174+79+159=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4F9F is #51B060. Grayscale: #747474. Windows color (decimal): -5353569 or 10440622. OLE color: 10440622.

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

Color convert

RGB17479159-
CMYK00.550.090.32
HSL309.47º37.55%49.61%-
HSV(B)309.47º54.6%68.24%-
XYZ26.5117.0934.7-
YUV116.52151.97169-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=42.23%
G=19.17%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747915900.550.090.32309.4737.5549.61
HexAE4F9F0379201352632
Octal25611723706711404654662
Binary1010111010011111001111101101111001100000100110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F9F; }

 p { color: rgb(174,79,159); }

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

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

 a { background-color: rgb(174,79,159); }

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

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

 span { border-color: rgb(174,79,159); }

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