#AD39A2

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

Shades of Violet Blue #AD39A2

Tints of Violet Blue #AD39A2

Color information

#AD39A2 (or 0xAD39A2) is unknown color: approx Violet Blue. HEX triplet: AD, 39 and A2. RGB value is (173,57,162). Sum of RGB (Red+Green+Blue) = 173+57+162=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD39A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD39A2 is #52C65D. Grayscale: #676767. Windows color (decimal): -5424734 or 10631597. OLE color: 10631597.

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

Color convert

RGB17357162-
CMYK00.670.060.32
HSL305.69º50.43%45.1%-
HSV(B)305.69º67.05%67.84%-
XYZ25.2214.4235.64-
YUV103.65160.93177.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 162 (63.67% from 255) = 41.33%
R=44.13%
G=14.54%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735716200.670.060.32305.6950.4345.1
HexAD39A2043620132322d
Octal2557124201036404626255
Binary101011011110011010001001000011110100000100110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD39A2; }

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

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

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

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

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

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

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

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