#AD58AF

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

Shades of Violet Blue #AD58AF

Tints of Violet Blue #AD58AF

Color information

#AD58AF (or 0xAD58AF) is unknown color: approx Violet Blue. HEX triplet: AD, 58 and AF. RGB value is (173,88,175). Sum of RGB (Red+Green+Blue) = 173+88+175=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58AF is #52A750. Grayscale: #7B7B7B. Windows color (decimal): -5416785 or 11491501. OLE color: 11491501.

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

Color convert

RGB17388175-
CMYK0.010.5000.31
HSL298.62º35.22%51.57%-
HSV(B)298.62º49.71%68.63%-
XYZ28.4618.9642.72-
YUV123.33157.16163.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=39.68%
G=20.18%
B=40.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173881750.010.5000.31298.6235.2251.57
HexAD58AF13201F12b2334
Octal2551302571620374534364
Binary101011011011000101011111110010011111100101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD58AF; }

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

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

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

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

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

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

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

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