#AD30F1

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

Shades of Blue Violet #AD30F1

Tints of Blue Violet #AD30F1

Color information

#AD30F1 (or 0xAD30F1) is unknown color: approx Blue Violet. HEX triplet: AD, 30 and F1. RGB value is (173,48,241). Sum of RGB (Red+Green+Blue) = 173+48+241=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD30F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30F1 is #52CF0E. Grayscale: #6A6A6A. Windows color (decimal): -5426959 or 15806637. OLE color: 15806637.

HSL color Cylindrical-coordinate representation of color #AD30F1: hue angle of 278.86º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD30F1 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17348241-
CMYK0.280.8000.05
HSL278.86º87.33%56.67%-
HSV(B)278.86º80.08%94.51%-
XYZ34.1717.3584.77-
YUV107.38203.41174.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 48 (19.14% from 255) = 10.39%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=37.45%
G=10.39%
B=52.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173482410.280.8000.05278.8687.3356.67
HexAD30F11C50051175739
Octal25560361341200542712771
Binary101011011100001111000111100101000001011000101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD30F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD30F1; }

 p { color: rgb(173,48,241); }

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

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

 a { background-color: rgb(173,48,241); }

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

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

 span { border-color: rgb(173,48,241); }

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