#AD3F9E

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

Shades of Violet Blue #AD3F9E

Tints of Violet Blue #AD3F9E

Color information

#AD3F9E (or 0xAD3F9E) is unknown color: approx Violet Blue. HEX triplet: AD, 3F and 9E. RGB value is (173,63,158). Sum of RGB (Red+Green+Blue) = 173+63+158=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F9E is #52C061. Grayscale: #6A6A6A. Windows color (decimal): -5423202 or 10370989. OLE color: 10370989.

HSL color Cylindrical-coordinate representation of color #AD3F9E: hue angle of 308.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3F9E is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17363158-
CMYK00.640.090.32
HSL308.18º46.61%46.27%-
HSV(B)308.18º63.58%67.84%-
XYZ25.1814.9133.9-
YUV106.72156.94175.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=43.91%
G=15.99%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736315800.640.090.32308.1846.6146.27
HexAD3F9E0409201342f2e
Octal25577236010011404645756
Binary1010110111111110011110010000001001100000100110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F9E; }

 p { color: rgb(173,63,158); }

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

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

 a { background-color: rgb(173,63,158); }

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

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

 span { border-color: rgb(173,63,158); }

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