#AE40FB

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

Shades of Blue Violet #AE40FB

Tints of Blue Violet #AE40FB

Color information

#AE40FB (or 0xAE40FB) is unknown color: approx Blue Violet. HEX triplet: AE, 40 and FB. RGB value is (174,64,251). Sum of RGB (Red+Green+Blue) = 174+64+251=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE40FB is #51BF04. Grayscale: #757575. Windows color (decimal): -5357317 or 16466094. OLE color: 16466094.

HSL color Cylindrical-coordinate representation of color #AE40FB: hue angle of 275.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE40FB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17464251-
CMYK0.310.7500.02
HSL275.29º95.9%61.76%-
HSV(B)275.29º74.5%98.43%-
XYZ36.719.6393.12-
YUV118.21202.94167.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 64 (25.39% from 255) = 13.09%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=35.58%
G=13.09%
B=51.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174642510.310.7500.02275.2995.961.76
HexAE40FB1F4B02113603e
Octal256100373371130242314076
Binary101011101000000111110111111110010110101000100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40FB; }

 p { color: rgb(174,64,251); }

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

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

 a { background-color: rgb(174,64,251); }

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

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

 span { border-color: rgb(174,64,251); }

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