#AD65AD

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

Shades of Violet Blue #AD65AD

Tints of Violet Blue #AD65AD

Color information

#AD65AD (or 0xAD65AD) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and AD. RGB value is (173,101,173). Sum of RGB (Red+Green+Blue) = 173+101+173=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65AD is #529A52. Grayscale: #828282. Windows color (decimal): -5413459 or 11363757. OLE color: 11363757.

HSL color Cylindrical-coordinate representation of color #AD65AD: hue angle of 300º 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 #AD65AD is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173101173-
CMYK00.4200.32
HSL300º30.51%53.73%-
HSV(B)300º41.62%67.84%-
XYZ29.4321.2142.08-
YUV130.74151.85158.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=38.70%
G=22.60%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310117300.4200.3230030.5153.73
HexAD65AD02A02012c1f36
Octal2551452550520404543766
Binary101011011100101101011010101010010000010010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65AD; }

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

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

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

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

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

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

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

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