#AD39A5

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

Shades of Violet Blue #AD39A5

Tints of Violet Blue #AD39A5

Color information

#AD39A5 (or 0xAD39A5) is unknown color: approx Violet Blue. HEX triplet: AD, 39 and A5. RGB value is (173,57,165). Sum of RGB (Red+Green+Blue) = 173+57+165=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD39A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD39A5 is #52C65A. Grayscale: #676767. Windows color (decimal): -5424731 or 10828205. OLE color: 10828205.

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

Color convert

RGB17357165-
CMYK00.670.050.32
HSL304.14º50.43%45.1%-
HSV(B)304.14º67.05%67.84%-
XYZ25.4914.5337.06-
YUV104162.43177.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=43.80%
G=14.43%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735716500.670.050.32304.1450.4345.1
HexAD39A5043520130322d
Octal2557124501035404606255
Binary101011011110011010010101000011101100000100110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD39A5; }

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

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

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

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

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

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

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

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