#AE37FC

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

Shades of Blue Violet #AE37FC

Tints of Blue Violet #AE37FC

Color information

#AE37FC (or 0xAE37FC) is unknown color: approx Blue Violet. HEX triplet: AE, 37 and FC. RGB value is (174,55,252). Sum of RGB (Red+Green+Blue) = 174+55+252=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE37FC is #51C803. Grayscale: #707070. Windows color (decimal): -5359620 or 16529326. OLE color: 16529326.

HSL color Cylindrical-coordinate representation of color #AE37FC: hue angle of 276.24º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE37FC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17455252-
CMYK0.310.7800.01
HSL276.24º97.04%60.2%-
HSV(B)276.24º78.17%98.82%-
XYZ36.3918.7693.8-
YUV113.04206.42171.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 55 (21.88% from 255) = 11.43%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=36.17%
G=11.43%
B=52.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal174552520.310.7800.01276.2497.0460.2
HexAE37FC1F4E01114613c
Octal25667374371160142414174
Binary1010111011011111111100111111001110011000101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE37FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE37FC; }

 p { color: rgb(174,55,252); }

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

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

 a { background-color: rgb(174,55,252); }

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

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

 span { border-color: rgb(174,55,252); }

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