#AD3AA5

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

Shades of Violet Blue #AD3AA5

Tints of Violet Blue #AD3AA5

Color information

#AD3AA5 (or 0xAD3AA5) is unknown color: approx Violet Blue. HEX triplet: AD, 3A and A5. RGB value is (173,58,165). Sum of RGB (Red+Green+Blue) = 173+58+165=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AA5 is #52C55A. Grayscale: #686868. Windows color (decimal): -5424475 or 10828461. OLE color: 10828461.

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

Color convert

RGB17358165-
CMYK00.660.050.32
HSL304.17º49.78%45.29%-
HSV(B)304.17º66.47%67.84%-
XYZ25.5414.6337.07-
YUV104.58162.1176.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 58 (23.05% from 255) = 14.65%
BLUE value IS 165 (64.84% from 255) = 41.67%
R=43.69%
G=14.65%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735816500.660.050.32304.1749.7845.29
HexAD3AA5042520130322d
Octal2557224501025404606255
Binary101011011110101010010101000010101100000100110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3AA5; }

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

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

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

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

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

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

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

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