#AD3AA6

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

Shades of Violet Blue #AD3AA6

Tints of Violet Blue #AD3AA6

Color information

#AD3AA6 (or 0xAD3AA6) is unknown color: approx Violet Blue. HEX triplet: AD, 3A and A6. RGB value is (173,58,166). Sum of RGB (Red+Green+Blue) = 173+58+166=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AA6 is #52C559. Grayscale: #686868. Windows color (decimal): -5424474 or 10893997. OLE color: 10893997.

HSL color Cylindrical-coordinate representation of color #AD3AA6: hue angle of 303.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3AA6 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17358166-
CMYK00.660.040.32
HSL303.65º49.78%45.29%-
HSV(B)303.65º66.47%67.84%-
XYZ25.6314.6637.56-
YUV104.7162.6176.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 166 (65.23% from 255) = 41.81%
R=43.58%
G=14.61%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735816600.660.040.32303.6549.7845.29
HexAD3AA6042420130322d
Octal2557224601024404606255
Binary101011011110101010011001000010100100000100110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3AA6; }

 p { color: rgb(173,58,166); }

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

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

 a { background-color: rgb(173,58,166); }

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

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

 span { border-color: rgb(173,58,166); }

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