#AD7498

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

Shades of Bouquet #AD7498

Tints of Bouquet #AD7498

Color information

#AD7498 (or 0xAD7498) is unknown color: approx Bouquet. HEX triplet: AD, 74 and 98. RGB value is (173,116,152). Sum of RGB (Red+Green+Blue) = 173+116+152=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7498 is #528B67. Grayscale: #898989. Windows color (decimal): -5409640 or 9991341. OLE color: 9991341.

HSL color Cylindrical-coordinate representation of color #AD7498: hue angle of 322.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7498 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173116152-
CMYK00.330.120.32
HSL322.11º25.79%56.67%-
HSV(B)322.11º32.95%67.84%-
XYZ29.1523.6432.73-
YUV137.15136.38153.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=39.23%
G=26.30%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311615200.330.120.32322.1125.7956.67
HexAD7498021C201421a39
Octal25516423004114405023271
Binary101011011110100100110000100001110010000010100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7498; }

 p { color: rgb(173,116,152); }

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

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

 a { background-color: rgb(173,116,152); }

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

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

 span { border-color: rgb(173,116,152); }

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