#AD71AF

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

Shades of Violet Blue #AD71AF

Tints of Violet Blue #AD71AF

Color information

#AD71AF (or 0xAD71AF) is unknown color: approx Violet Blue. HEX triplet: AD, 71 and AF. RGB value is (173,113,175). Sum of RGB (Red+Green+Blue) = 173+113+175=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD71AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD71AF is #528E50. Grayscale: #898989. Windows color (decimal): -5410385 or 11497901. OLE color: 11497901.

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

Color convert

RGB173113175-
CMYK0.010.3500.31
HSL298.06º27.93%56.47%-
HSV(B)298.06º35.43%68.63%-
XYZ30.8823.7943.52-
YUV138.01148.88152.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=37.53%
G=24.51%
B=37.96%

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
Decimal1731131750.010.3500.31298.0627.9356.47
HexAD71AF12301F12a1c38
Octal2551612571430374523470
Binary10101101111000110101111110001101111110010101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD71AF; }

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

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

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

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

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

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

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

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