#AD6693

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

Shades of Bouquet #AD6693

Tints of Bouquet #AD6693

Color information

#AD6693 (or 0xAD6693) is unknown color: approx Bouquet. HEX triplet: AD, 66 and 93. RGB value is (173,102,147). Sum of RGB (Red+Green+Blue) = 173+102+147=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6693 is #52996C. Grayscale: #808080. Windows color (decimal): -5413229 or 9660077. OLE color: 9660077.

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

Color convert

RGB173102147-
CMYK00.410.150.32
HSL321.97º30.21%53.92%-
HSV(B)321.97º41.04%67.84%-
XYZ27.2520.4930.12-
YUV128.36138.52159.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=41.00%
G=24.17%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310214700.410.150.32321.9730.2153.92
HexAD6693029F201421e36
Octal25514622305117405023666
Binary101011011100110100100110101001111110000010100001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6693; }

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

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

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

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

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

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

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

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