#AD66AF

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

Shades of Violet Blue #AD66AF

Tints of Violet Blue #AD66AF

Color information

#AD66AF (or 0xAD66AF) is unknown color: approx Violet Blue. HEX triplet: AD, 66 and AF. RGB value is (173,102,175). Sum of RGB (Red+Green+Blue) = 173+102+175=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD66AF is #529950. Grayscale: #838383. Windows color (decimal): -5413201 or 11495085. OLE color: 11495085.

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

Color convert

RGB173102175-
CMYK0.010.4200.31
HSL298.36º31.33%54.31%-
HSV(B)298.36º41.71%68.63%-
XYZ29.7221.4843.14-
YUV131.55152.52157.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=38.44%
G=22.67%
B=38.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731021750.010.4200.31298.3631.3354.31
HexAD66AF12A01F12a1f36
Octal2551462571520374523766
Binary10101101110011010101111110101001111110010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66AF; }

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

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

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

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

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

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

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

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