#AE2CF8

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

Shades of Blue Violet #AE2CF8

Tints of Blue Violet #AE2CF8

Color information

#AE2CF8 (or 0xAE2CF8) is unknown color: approx Blue Violet. HEX triplet: AE, 2C and F8. RGB value is (174,44,248). Sum of RGB (Red+Green+Blue) = 174+44+248=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #AE2CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2CF8 is #51D307. Grayscale: #696969. Windows color (decimal): -5362440 or 16264366. OLE color: 16264366.

HSL color Cylindrical-coordinate representation of color #AE2CF8: hue angle of 278.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2CF8 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17444248-
CMYK0.300.8200.03
HSL278.24º93.58%57.25%-
HSV(B)278.24º82.26%97.25%-
XYZ35.317.5890.34-
YUV106.13208.07176.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 44 (17.58% from 255) = 9.44%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=37.34%
G=9.44%
B=53.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal174442480.300.8200.03278.2493.5857.25
HexAE2CF81E52031165e39
Octal25654370361220342613671
Binary10101110101100111110001111010100100111000101101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2CF8; }

 p { color: rgb(174,44,248); }

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

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

 a { background-color: rgb(174,44,248); }

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

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

 span { border-color: rgb(174,44,248); }

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