#AE3FFA

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

Shades of Blue Violet #AE3FFA

Tints of Blue Violet #AE3FFA

Color information

#AE3FFA (or 0xAE3FFA) is unknown color: approx Blue Violet. HEX triplet: AE, 3F and FA. RGB value is (174,63,250). Sum of RGB (Red+Green+Blue) = 174+63+250=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3FFA is #51C005. Grayscale: #747474. Windows color (decimal): -5357574 or 16400302. OLE color: 16400302.

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

Color convert

RGB17463250-
CMYK0.300.7500.02
HSL275.61º94.92%61.37%-
HSV(B)275.61º74.8%98.04%-
XYZ36.4919.4692.27-
YUV117.51202.77168.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 63 (25% from 255) = 12.94%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=35.73%
G=12.94%
B=51.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174632500.300.7500.02275.6194.9261.37
HexAE3FFA1E4B021145f3d
Octal25677372361130242413775
Binary10101110111111111110101111010010110101000101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3FFA; }

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

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

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

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

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

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

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

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