#AD61A7

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

Shades of Violet Blue #AD61A7

Tints of Violet Blue #AD61A7

Color information

#AD61A7 (or 0xAD61A7) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and A7. RGB value is (173,97,167). Sum of RGB (Red+Green+Blue) = 173+97+167=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A7 is #529E58. Grayscale: #7F7F7F. Windows color (decimal): -5414489 or 10969517. OLE color: 10969517.

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

Color convert

RGB17397167-
CMYK00.440.030.32
HSL304.74º31.67%52.94%-
HSV(B)304.74º43.93%67.84%-
XYZ28.4820.2238.96-
YUV127.7150.18160.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=39.59%
G=22.20%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739716700.440.030.32304.7431.6752.94
HexAD61A702C3201312035
Octal2551412470543404614065
Binary10101101110000110100111010110011100000100110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61A7; }

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

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

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

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

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

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

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

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