#AD669D

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

Shades of Violet Blue #AD669D

Tints of Violet Blue #AD669D

Color information

#AD669D (or 0xAD669D) is unknown color: approx Violet Blue. HEX triplet: AD, 66 and 9D. RGB value is (173,102,157). Sum of RGB (Red+Green+Blue) = 173+102+157=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669D is #529962. Grayscale: #818181. Windows color (decimal): -5413219 or 10315437. OLE color: 10315437.

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

Color convert

RGB173102157-
CMYK00.410.090.32
HSL313.52º30.21%53.92%-
HSV(B)313.52º41.04%67.84%-
XYZ28.0720.8234.44-
YUV129.5143.52159.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=40.05%
G=23.61%
B=36.34%

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
Decimal17310215700.410.090.32313.5230.2153.92
HexAD669D02992013a1e36
Octal25514623505111404723666
Binary101011011100110100111010101001100110000010011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD669D; }

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

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

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

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

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

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

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

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