#A28F9D

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

Shades of Bouquet #A28F9D

Tints of Bouquet #A28F9D

Color information

#A28F9D (or 0xA28F9D) is unknown color: approx Bouquet. HEX triplet: A2, 8F and 9D. RGB value is (162,143,157). Sum of RGB (Red+Green+Blue) = 162+143+157=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F9D is #5D7062. Grayscale: #969696. Windows color (decimal): -6123619 or 10325922. OLE color: 10325922.

HSL color Cylindrical-coordinate representation of color #A28F9D: hue angle of 315.79º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28F9D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB162143157-
CMYK00.120.030.36
HSL315.79º9.27%59.8%-
HSV(B)315.79º11.73%63.53%-
XYZ30.8129.7636.02-
YUV150.28131.79136.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=35.06%
G=30.95%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214315700.120.030.36315.799.2759.8
HexA28F9D0C32413c93c
Octal2422172350143444741174
Binary10100010100011111001110101100111001001001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F9D; }

 p { color: rgb(162,143,157); }

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

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

 a { background-color: rgb(162,143,157); }

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

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

 span { border-color: rgb(162,143,157); }

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