#AD669E

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

Shades of Violet Blue #AD669E

Tints of Violet Blue #AD669E

Color information

#AD669E (or 0xAD669E) is unknown color: approx Violet Blue. HEX triplet: AD, 66 and 9E. RGB value is (173,102,158). Sum of RGB (Red+Green+Blue) = 173+102+158=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669E is #529961. Grayscale: #818181. Windows color (decimal): -5413218 or 10380973. OLE color: 10380973.

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

Color convert

RGB173102158-
CMYK00.410.090.32
HSL312.68º30.21%53.92%-
HSV(B)312.68º41.04%67.84%-
XYZ28.1620.8634.89-
YUV129.61144.02158.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=39.95%
G=23.56%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310215800.410.090.32312.6830.2153.92
HexAD669E0299201391e36
Octal25514623605111404713666
Binary101011011100110100111100101001100110000010011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD669E; }

 p { color: rgb(173,102,158); }

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

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

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

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

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

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

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