#AD6495

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

Shades of Bouquet #AD6495

Tints of Bouquet #AD6495

Color information

#AD6495 (or 0xAD6495) is unknown color: approx Bouquet. HEX triplet: AD, 64 and 95. RGB value is (173,100,149). Sum of RGB (Red+Green+Blue) = 173+100+149=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6495 is #529B6A. Grayscale: #7F7F7F. Windows color (decimal): -5413739 or 9790637. OLE color: 9790637.

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

Color convert

RGB173100149-
CMYK00.420.140.32
HSL319.73º30.8%53.53%-
HSV(B)319.73º42.2%67.84%-
XYZ27.2220.1730.89-
YUV127.41140.18160.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=41.00%
G=23.70%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310014900.420.140.32319.7330.853.53
HexAD649502AE201401f36
Octal25514422505216405003766
Binary101011011100100100101010101010111010000010100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6495; }

 p { color: rgb(173,100,149); }

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

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

 a { background-color: rgb(173,100,149); }

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

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

 span { border-color: rgb(173,100,149); }

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