#AD25F4

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

Shades of Blue Violet #AD25F4

Tints of Blue Violet #AD25F4

Color information

#AD25F4 (or 0xAD25F4) is unknown color: approx Blue Violet. HEX triplet: AD, 25 and F4. RGB value is (173,37,244). Sum of RGB (Red+Green+Blue) = 173+37+244=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD25F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25F4 is #52DA0B. Grayscale: #646464. Windows color (decimal): -5429772 or 16000429. OLE color: 16000429.

HSL color Cylindrical-coordinate representation of color #AD25F4: hue angle of 279.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD25F4 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17337244-
CMYK0.290.8500.04
HSL279.42º90.39%55.1%-
HSV(B)279.42º84.84%95.69%-
XYZ34.2216.7487.02-
YUV101.26208.56179.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 37 (14.84% from 255) = 8.15%
BLUE value IS 244 (95.70% from 255) = 53.74%
R=38.11%
G=8.15%
B=53.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173372440.290.8500.04279.4290.3955.1
HexAD25F41D55041175a37
Octal25545364351250442713267
Binary101011011001011111010011101101010101001000101111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD25F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD25F4; }

 p { color: rgb(173,37,244); }

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

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

 a { background-color: rgb(173,37,244); }

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

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

 span { border-color: rgb(173,37,244); }

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