#A7919F

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

Shades of Bouquet #A7919F

Tints of Bouquet #A7919F

Color information

#A7919F (or 0xA7919F) is unknown color: approx Bouquet. HEX triplet: A7, 91 and 9F. RGB value is (167,145,159). Sum of RGB (Red+Green+Blue) = 167+145+159=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A7919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7919F is #586E60. Grayscale: #999999. Windows color (decimal): -5795425 or 10457511. OLE color: 10457511.

HSL color Cylindrical-coordinate representation of color #A7919F: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7919F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167145159-
CMYK00.130.050.35
HSL321.82º11.11%61.18%-
HSV(B)321.82º13.17%65.49%-
XYZ32.3230.9737.08-
YUV153.17131.29137.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=35.46%
G=30.79%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714515900.130.050.35321.8211.1161.18
HexA7919F0D523142b3d
Octal2472212370155435021375
Binary101001111001000110011111011011011000111010000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7919F; }

 p { color: rgb(167,145,159); }

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

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

 a { background-color: rgb(167,145,159); }

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

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

 span { border-color: rgb(167,145,159); }

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