#AD33FF

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

Shades of Blue Violet #AD33FF

Tints of Blue Violet #AD33FF

Color information

#AD33FF (or 0xAD33FF) is unknown color: approx Blue Violet. HEX triplet: AD, 33 and FF. RGB value is (173,51,255). Sum of RGB (Red+Green+Blue) = 173+51+255=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD33FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33FF is #52CC00. Grayscale: #6E6E6E. Windows color (decimal): -5426177 or 16724909. OLE color: 16724909.

HSL color Cylindrical-coordinate representation of color #AD33FF: hue angle of 275.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD33FF is Cyan = 0.32, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17351255-
CMYK0.320.800
HSL275.88º100%60%-
HSV(B)275.88º80%100%-
XYZ36.4718.4796.25-
YUV110.73209.42172.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 51 (20.31% from 255) = 10.65%
BLUE value IS 255 (100% from 255) = 53.24%
R=36.12%
G=10.65%
B=53.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173512550.320.800275.8810060
HexAD33FF205000114643c
Octal25563377401200042414474
Binary10101101110011111111111000001010000001000101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD33FF; }

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

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

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

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

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

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

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

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