#AD65AC

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

Shades of Violet Blue #AD65AC

Tints of Violet Blue #AD65AC

Color information

#AD65AC (or 0xAD65AC) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and AC. RGB value is (173,101,172). Sum of RGB (Red+Green+Blue) = 173+101+172=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65AC is #529A53. Grayscale: #828282. Windows color (decimal): -5413460 or 11298221. OLE color: 11298221.

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

Color convert

RGB173101172-
CMYK00.420.010.32
HSL300.83º30.51%53.73%-
HSV(B)300.83º41.62%67.84%-
XYZ29.3321.1741.57-
YUV130.62151.35158.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=38.79%
G=22.65%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310117200.420.010.32300.8330.5153.73
HexAD65AC02A12012d1f36
Octal2551452540521404553766
Binary101011011100101101011000101010110000010010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65AC; }

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

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

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

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

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

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

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

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