#AD61A4

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

Shades of Violet Blue #AD61A4

Tints of Violet Blue #AD61A4

Color information

#AD61A4 (or 0xAD61A4) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and A4. RGB value is (173,97,164). Sum of RGB (Red+Green+Blue) = 173+97+164=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A4 is #529E5B. Grayscale: #7F7F7F. Windows color (decimal): -5414492 or 10772909. OLE color: 10772909.

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

Color convert

RGB17397164-
CMYK00.440.050.32
HSL307.11º31.67%52.94%-
HSV(B)307.11º43.93%67.84%-
XYZ28.2120.1137.52-
YUV127.36148.68160.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=39.86%
G=22.35%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739716400.440.050.32307.1131.6752.94
HexAD61A402C5201332035
Octal2551412440545404634065
Binary101011011100001101001000101100101100000100110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61A4; }

 p { color: rgb(173,97,164); }

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

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

 a { background-color: rgb(173,97,164); }

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

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

 span { border-color: rgb(173,97,164); }

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