#AD6494

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

Shades of Bouquet #AD6494

Tints of Bouquet #AD6494

Color information

#AD6494 (or 0xAD6494) is unknown color: approx Bouquet. HEX triplet: AD, 64 and 94. RGB value is (173,100,148). Sum of RGB (Red+Green+Blue) = 173+100+148=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6494 is #529B6B. Grayscale: #7F7F7F. Windows color (decimal): -5413740 or 9725101. OLE color: 9725101.

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

Color convert

RGB173100148-
CMYK00.420.140.32
HSL320.55º30.8%53.53%-
HSV(B)320.55º42.2%67.84%-
XYZ27.1420.1430.47-
YUV127.3139.68160.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=41.09%
G=23.75%
B=35.15%

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
Decimal17310014800.420.140.32320.5530.853.53
HexAD649402AE201411f36
Octal25514422405216405013766
Binary101011011100100100101000101010111010000010100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6494; }

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

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

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

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

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

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

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

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