#AD50AC

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

Shades of Violet Blue #AD50AC

Tints of Violet Blue #AD50AC

Color information

#AD50AC (or 0xAD50AC) is unknown color: approx Violet Blue. HEX triplet: AD, 50 and AC. RGB value is (173,80,172). Sum of RGB (Red+Green+Blue) = 173+80+172=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50AC is #52AF53. Grayscale: #767676. Windows color (decimal): -5418836 or 11292845. OLE color: 11292845.

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

Color convert

RGB17380172-
CMYK00.540.010.32
HSL300.65º36.76%49.61%-
HSV(B)300.65º53.76%67.84%-
XYZ27.5517.640.97-
YUV118.29158.31167.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=40.71%
G=18.82%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738017200.540.010.32300.6536.7649.61
HexAD50AC03612012d2532
Octal2551202540661404554562
Binary1010110110100001010110001101101100000100101101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD50AC; }

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

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

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

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

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

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

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

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