#AD37FC

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

Shades of Blue Violet #AD37FC

Tints of Blue Violet #AD37FC

Color information

#AD37FC (or 0xAD37FC) is unknown color: approx Blue Violet. HEX triplet: AD, 37 and FC. RGB value is (173,55,252). Sum of RGB (Red+Green+Blue) = 173+55+252=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37FC is #52C803. Grayscale: #707070. Windows color (decimal): -5425156 or 16529325. OLE color: 16529325.

HSL color Cylindrical-coordinate representation of color #AD37FC: hue angle of 275.94º 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 #AD37FC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17355252-
CMYK0.310.7800.01
HSL275.94º97.04%60.2%-
HSV(B)275.94º78.17%98.82%-
XYZ36.1718.6493.79-
YUV112.74206.59170.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 55 (21.88% from 255) = 11.46%
BLUE value IS 252 (98.83% from 255) = 52.5%
R=36.04%
G=11.46%
B=52.5%

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
Decimal173552520.310.7800.01275.9497.0460.2
HexAD37FC1F4E01114613c
Octal25567374371160142414174
Binary1010110111011111111100111111001110011000101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD37FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD37FC; }

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

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

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

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

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

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

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

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