#ad32fb

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

Shades of Blue Violet #AD32FB

Tints of Blue Violet #AD32FB

Color information

#AD32FB (or 0xAD32FB) is unknown color: approx Blue Violet. HEX triplet: AD, 32 and FB. RGB value is (173,50,251). Sum of RGB (Red+Green+Blue) = 173+50+251=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD32FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32FB is #52CD04. Grayscale: #6D6D6D. Windows color (decimal): -5426437 or 16462509. OLE color: 16462509.

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

Color convert

RGB17350251-
CMYK0.310.8000.02
HSL276.72º96.17%59.02%-
HSV(B)276.72º80.08%98.43%-
XYZ35.7918.1392.88-
YUV109.69207.75173.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 50 (19.92% from 255) = 10.55%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=36.50%
G=10.55%
B=52.95%

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
Decimal173502510.310.8000.02276.7296.1759.02
HexAD32FB1F5002115603b
Octal25562373371200242514073
Binary10101101110010111110111111110100000101000101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad32fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad32fb; }

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

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

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

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

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

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

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

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