#AD2FFF

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

Shades of Blue Violet #AD2FFF

Tints of Blue Violet #AD2FFF

Color information

#AD2FFF (or 0xAD2FFF) is unknown color: approx Blue Violet. HEX triplet: AD, 2F and FF. RGB value is (173,47,255). Sum of RGB (Red+Green+Blue) = 173+47+255=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FFF is #52D000. Grayscale: #6B6B6B. Windows color (decimal): -5427201 or 16723885. OLE color: 16723885.

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

Color convert

RGB17347255-
CMYK0.320.8200
HSL276.35º100%59.22%-
HSV(B)276.35º81.57%100%-
XYZ36.318.1496.2-
YUV108.39210.74174.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 47 (18.75% from 255) = 9.89%
BLUE value IS 255 (100% from 255) = 53.68%
R=36.42%
G=9.89%
B=53.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173472550.320.8200276.3510059.22
HexAD2FFF205200114643b
Octal25557377401220042414473
Binary10101101101111111111111000001010010001000101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2FFF; }

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

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

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

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

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

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

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

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