#AD69AD

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

Shades of Violet Blue #AD69AD

Tints of Violet Blue #AD69AD

Color information

#AD69AD (or 0xAD69AD) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and AD. RGB value is (173,105,173). Sum of RGB (Red+Green+Blue) = 173+105+173=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AD is #529652. Grayscale: #848484. Windows color (decimal): -5412435 or 11364781. OLE color: 11364781.

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

Color convert

RGB173105173-
CMYK00.3900.32
HSL300º29.31%54.51%-
HSV(B)300º39.31%67.84%-
XYZ29.832242.21-
YUV133.08150.53156.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=38.36%
G=23.28%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310517300.3900.3230029.3154.51
HexAD69AD02702012c1d37
Octal2551512550470404543567
Binary101011011101001101011010100111010000010010110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69AD; }

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

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

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

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

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

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

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

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