#AD5FAC

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

Shades of Violet Blue #AD5FAC

Tints of Violet Blue #AD5FAC

Color information

#AD5FAC (or 0xAD5FAC) is unknown color: approx Violet Blue. HEX triplet: AD, 5F and AC. RGB value is (173,95,172). Sum of RGB (Red+Green+Blue) = 173+95+172=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5FAC is #52A053. Grayscale: #7E7E7E. Windows color (decimal): -5414996 or 11296685. OLE color: 11296685.

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

Color convert

RGB17395172-
CMYK00.450.010.32
HSL300.77º32.23%52.55%-
HSV(B)300.77º45.09%67.84%-
XYZ28.7720.0541.38-
YUV127.1153.34160.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=39.32%
G=21.59%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739517200.450.010.32300.7732.2352.55
HexAD5FAC02D12012d2035
Octal2551372540551404554065
Binary1010110110111111010110001011011100000100101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FAC; }

 p { color: rgb(173,95,172); }

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

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

 a { background-color: rgb(173,95,172); }

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

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

 span { border-color: rgb(173,95,172); }

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