#AD38F5

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

Shades of Blue Violet #AD38F5

Tints of Blue Violet #AD38F5

Color information

#AD38F5 (or 0xAD38F5) is unknown color: approx Blue Violet. HEX triplet: AD, 38 and F5. RGB value is (173,56,245). Sum of RGB (Red+Green+Blue) = 173+56+245=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD38F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38F5 is #52C70A. Grayscale: #6F6F6F. Windows color (decimal): -5424907 or 16070829. OLE color: 16070829.

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

Color convert

RGB17356245-
CMYK0.290.7700.04
HSL277.14º90.43%59.02%-
HSV(B)277.14º77.14%96.08%-
XYZ35.1318.3188.07-
YUV112.53202.76171.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 56 (22.27% from 255) = 11.81%
BLUE value IS 245 (96.09% from 255) = 51.69%
R=36.50%
G=11.81%
B=51.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173562450.290.7700.04277.1490.4359.02
HexAD38F51D4D041155a3b
Octal25570365351150442513273
Binary101011011110001111010111101100110101001000101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD38F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD38F5; }

 p { color: rgb(173,56,245); }

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

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

 a { background-color: rgb(173,56,245); }

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

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

 span { border-color: rgb(173,56,245); }

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