#AE4FA5

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

Shades of Violet Blue #AE4FA5

Tints of Violet Blue #AE4FA5

Color information

#AE4FA5 (or 0xAE4FA5) is unknown color: approx Violet Blue. HEX triplet: AE, 4F and A5. RGB value is (174,79,165). Sum of RGB (Red+Green+Blue) = 174+79+165=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4FA5 is #51B05A. Grayscale: #747474. Windows color (decimal): -5353563 or 10833838. OLE color: 10833838.

HSL color Cylindrical-coordinate representation of color #AE4FA5: hue angle of 305.68º 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 #AE4FA5 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17479165-
CMYK00.550.050.32
HSL305.68º37.55%49.61%-
HSV(B)305.68º54.6%68.24%-
XYZ27.0417.3137.51-
YUV117.21154.97168.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=41.63%
G=18.90%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747916500.550.050.32305.6837.5549.61
HexAE4FA50375201322632
Octal2561172450675404624662
Binary101011101001111101001010110111101100000100110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4FA5; }

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

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

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

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

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

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

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

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