#AD40FB

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

Shades of Blue Violet #AD40FB

Tints of Blue Violet #AD40FB

Color information

#AD40FB (or 0xAD40FB) is unknown color: approx Blue Violet. HEX triplet: AD, 40 and FB. RGB value is (173,64,251). Sum of RGB (Red+Green+Blue) = 173+64+251=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FB is #52BF04. Grayscale: #757575. Windows color (decimal): -5422853 or 16466093. OLE color: 16466093.

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

Color convert

RGB17364251-
CMYK0.310.7500.02
HSL274.97º95.9%61.76%-
HSV(B)274.97º74.5%98.43%-
XYZ36.4819.5293.11-
YUV117.91203.11167.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 251 (98.44% from 255) = 51.43%
R=35.45%
G=13.11%
B=51.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173642510.310.7500.02274.9795.961.76
HexAD40FB1F4B02113603e
Octal255100373371130242314076
Binary101011011000000111110111111110010110101000100111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD40FB; }

 p { color: rgb(173,64,251); }

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

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

 a { background-color: rgb(173,64,251); }

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

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

 span { border-color: rgb(173,64,251); }

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