#AD66B1

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

Shades of Violet Blue #AD66B1

Tints of Violet Blue #AD66B1

Color information

#AD66B1 (or 0xAD66B1) is unknown color: approx Violet Blue. HEX triplet: AD, 66 and B1. RGB value is (173,102,177). Sum of RGB (Red+Green+Blue) = 173+102+177=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD66B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD66B1 is #52994E. Grayscale: #838383. Windows color (decimal): -5413199 or 11626157. OLE color: 11626157.

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

Color convert

RGB173102177-
CMYK0.020.4200.31
HSL296.8º32.47%54.71%-
HSV(B)296.8º42.37%69.41%-
XYZ29.9221.5644.18-
YUV131.78153.52157.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.27%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=38.27%
G=22.57%
B=39.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731021770.020.4200.31296.832.4754.71
HexAD66B122A01F1292037
Octal2551462612520374514067
Binary1010110111001101011000110101010011111100101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66B1; }

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

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

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

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

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

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

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

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