#AD3FA8

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

Shades of Violet Blue #AD3FA8

Tints of Violet Blue #AD3FA8

Color information

#AD3FA8 (or 0xAD3FA8) is unknown color: approx Violet Blue. HEX triplet: AD, 3F and A8. RGB value is (173,63,168). Sum of RGB (Red+Green+Blue) = 173+63+168=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FA8 is #52C057. Grayscale: #6B6B6B. Windows color (decimal): -5423192 or 11026349. OLE color: 11026349.

HSL color Cylindrical-coordinate representation of color #AD3FA8: hue angle of 302.73º 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 #AD3FA8 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17363168-
CMYK00.640.030.32
HSL302.73º46.61%46.27%-
HSV(B)302.73º63.58%67.84%-
XYZ26.0815.2738.62-
YUV107.86161.94174.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 168 (66.02% from 255) = 41.58%
R=42.82%
G=15.59%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736316800.640.030.32302.7346.6146.27
HexAD3FA804032012f2f2e
Octal2557725001003404575756
Binary10101101111111101010000100000011100000100101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FA8; }

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

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

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

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

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

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

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

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