#AE3FF8

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

Shades of Blue Violet #AE3FF8

Tints of Blue Violet #AE3FF8

Color information

#AE3FF8 (or 0xAE3FF8) is unknown color: approx Blue Violet. HEX triplet: AE, 3F and F8. RGB value is (174,63,248). Sum of RGB (Red+Green+Blue) = 174+63+248=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #AE3FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3FF8 is #51C007. Grayscale: #747474. Windows color (decimal): -5357576 or 16269230. OLE color: 16269230.

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

Color convert

RGB17463248-
CMYK0.300.7500.03
HSL276º92.96%60.98%-
HSV(B)276º74.6%97.25%-
XYZ36.1819.3390.63-
YUV117.28201.77168.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 63 (25% from 255) = 12.99%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=35.88%
G=12.99%
B=51.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal174632480.300.7500.0327692.9660.98
HexAE3FF81E4B031145d3d
Octal25677370361130342413575
Binary10101110111111111110001111010010110111000101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3FF8; }

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

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

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

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

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

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

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

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