#AD72AF

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

Shades of Violet Blue #AD72AF

Tints of Violet Blue #AD72AF

Color information

#AD72AF (or 0xAD72AF) is unknown color: approx Violet Blue. HEX triplet: AD, 72 and AF. RGB value is (173,114,175). Sum of RGB (Red+Green+Blue) = 173+114+175=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD72AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72AF is #528D50. Grayscale: #8A8A8A. Windows color (decimal): -5410129 or 11498157. OLE color: 11498157.

HSL color Cylindrical-coordinate representation of color #AD72AF: hue angle of 298.03º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD72AF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173114175-
CMYK0.010.3500.31
HSL298.03º27.6%56.67%-
HSV(B)298.03º34.86%68.63%-
XYZ30.9924.0143.56-
YUV138.59148.55152.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=37.45%
G=24.68%
B=37.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731141750.010.3500.31298.0327.656.67
HexAD72AF12301F12a1c39
Octal2551622571430374523471
Binary10101101111001010101111110001101111110010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72AF; }

 p { color: rgb(173,114,175); }

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

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

 a { background-color: rgb(173,114,175); }

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

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

 span { border-color: rgb(173,114,175); }

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