#AD41F9

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

Shades of Blue Violet #AD41F9

Tints of Blue Violet #AD41F9

Color information

#AD41F9 (or 0xAD41F9) is unknown color: approx Blue Violet. HEX triplet: AD, 41 and F9. RGB value is (173,65,249). Sum of RGB (Red+Green+Blue) = 173+65+249=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD41F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41F9 is #52BE06. Grayscale: #757575. Windows color (decimal): -5422599 or 16335277. OLE color: 16335277.

HSL color Cylindrical-coordinate representation of color #AD41F9: hue angle of 275.22º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD41F9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17365249-
CMYK0.310.7400.02
HSL275.22º93.88%61.57%-
HSV(B)275.22º73.9%97.65%-
XYZ36.2219.591.48-
YUV118.27201.78167.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 249 (97.66% from 255) = 51.13%
R=35.52%
G=13.35%
B=51.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173652490.310.7400.02275.2293.8861.57
HexAD41F91F4A021135e3e
Octal255101371371120242313676
Binary101011011000001111110011111110010100101000100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41F9; }

 p { color: rgb(173,65,249); }

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

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

 a { background-color: rgb(173,65,249); }

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

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

 span { border-color: rgb(173,65,249); }

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