#AD3DF4

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

Shades of Blue Violet #AD3DF4

Tints of Blue Violet #AD3DF4

Color information

#AD3DF4 (or 0xAD3DF4) is unknown color: approx Blue Violet. HEX triplet: AD, 3D and F4. RGB value is (173,61,244). Sum of RGB (Red+Green+Blue) = 173+61+244=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD3DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DF4 is #52C20B. Grayscale: #727272. Windows color (decimal): -5423628 or 16006573. OLE color: 16006573.

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

Color convert

RGB17361244-
CMYK0.290.7500.04
HSL276.72º89.27%59.8%-
HSV(B)276.72º75%95.69%-
XYZ35.2318.7587.35-
YUV115.35200.61169.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 244 (95.70% from 255) = 51.05%
R=36.19%
G=12.76%
B=51.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173612440.290.7500.04276.7289.2759.8
HexAD3DF41D4B04115593c
Octal25575364351130442513174
Binary101011011111011111010011101100101101001000101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DF4; }

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

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

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

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

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

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

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

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