#A97390

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

Shades of Bouquet #A97390

Tints of Bouquet #A97390

Color information

#A97390 (or 0xA97390) is unknown color: approx Bouquet. HEX triplet: A9, 73 and 90. RGB value is (169,115,144). Sum of RGB (Red+Green+Blue) = 169+115+144=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A97390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97390 is #568C6F. Grayscale: #868686. Windows color (decimal): -5672048 or 9466793. OLE color: 9466793.

HSL color Cylindrical-coordinate representation of color #A97390: hue angle of 327.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97390 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169115144-
CMYK00.320.150.34
HSL327.78º23.89%55.69%-
HSV(B)327.78º31.95%66.27%-
XYZ27.5322.7129.32-
YUV134.45133.39152.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=39.49%
G=26.87%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911514400.320.150.34327.7823.8955.69
HexA97390020F221481838
Octal25116322004017425103070
Binary101010011110011100100000100000111110001010100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97390; }

 p { color: rgb(169,115,144); }

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

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

 a { background-color: rgb(169,115,144); }

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

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

 span { border-color: rgb(169,115,144); }

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