#AE2EFF

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

Shades of Blue Violet #AE2EFF

Tints of Blue Violet #AE2EFF

Color information

#AE2EFF (or 0xAE2EFF) is unknown color: approx Blue Violet. HEX triplet: AE, 2E and FF. RGB value is (174,46,255). Sum of RGB (Red+Green+Blue) = 174+46+255=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2EFF is #51D100. Grayscale: #6B6B6B. Windows color (decimal): -5361921 or 16723630. OLE color: 16723630.

HSL color Cylindrical-coordinate representation of color #AE2EFF: hue angle of 276.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2EFF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17446255-
CMYK0.320.8200
HSL276.75º100%59.02%-
HSV(B)276.75º81.96%100%-
XYZ36.4818.1796.19-
YUV108.1210.91175.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 255 (100% from 255) = 53.68%
R=36.63%
G=9.68%
B=53.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174462550.320.8200276.7510059.02
HexAE2EFF205200115643b
Octal25656377401220042514473
Binary10101110101110111111111000001010010001000101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2EFF; }

 p { color: rgb(174,46,255); }

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

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

 a { background-color: rgb(174,46,255); }

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

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

 span { border-color: rgb(174,46,255); }

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