#AE33FB

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

Shades of Blue Violet #AE33FB

Tints of Blue Violet #AE33FB

Color information

#AE33FB (or 0xAE33FB) is unknown color: approx Blue Violet. HEX triplet: AE, 33 and FB. RGB value is (174,51,251). Sum of RGB (Red+Green+Blue) = 174+51+251=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #AE33FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE33FB is #51CC04. Grayscale: #6D6D6D. Windows color (decimal): -5360645 or 16462766. OLE color: 16462766.

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

Color convert

RGB17451251-
CMYK0.310.8000.02
HSL276.9º96.15%59.22%-
HSV(B)276.9º79.68%98.43%-
XYZ36.0518.3392.9-
YUV110.58207.25173.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 51 (20.31% from 255) = 10.71%
BLUE value IS 251 (98.44% from 255) = 52.73%
R=36.55%
G=10.71%
B=52.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174512510.310.8000.02276.996.1559.22
HexAE33FB1F5002115603b
Octal25663373371200242514073
Binary10101110110011111110111111110100000101000101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE33FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE33FB; }

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

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

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

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

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

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

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

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