#AD33F6

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

Shades of Blue Violet #AD33F6

Tints of Blue Violet #AD33F6

Color information

#AD33F6 (or 0xAD33F6) is unknown color: approx Blue Violet. HEX triplet: AD, 33 and F6. RGB value is (173,51,246). Sum of RGB (Red+Green+Blue) = 173+51+246=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD33F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33F6 is #52CC09. Grayscale: #6D6D6D. Windows color (decimal): -5426186 or 16135085. OLE color: 16135085.

HSL color Cylindrical-coordinate representation of color #AD33F6: hue angle of 277.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD33F6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17351246-
CMYK0.300.7900.04
HSL277.54º91.55%58.24%-
HSV(B)277.54º79.27%96.47%-
XYZ35.0517.9188.8-
YUV109.71204.92173.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 51 (20.31% from 255) = 10.85%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=36.81%
G=10.85%
B=52.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173512460.300.7900.04277.5491.5558.24
HexAD33F61E4F041165c3a
Octal25563366361170442613472
Binary101011011100111111011011110100111101001000101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33F6; }

 p { color: rgb(173,51,246); }

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

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

 a { background-color: rgb(173,51,246); }

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

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

 span { border-color: rgb(173,51,246); }

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