#A28F9B

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

Shades of Bouquet #A28F9B

Tints of Bouquet #A28F9B

Color information

#A28F9B (or 0xA28F9B) is unknown color: approx Bouquet. HEX triplet: A2, 8F and 9B. RGB value is (162,143,155). Sum of RGB (Red+Green+Blue) = 162+143+155=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F9B is #5D7064. Grayscale: #969696. Windows color (decimal): -6123621 or 10194850. OLE color: 10194850.

HSL color Cylindrical-coordinate representation of color #A28F9B: hue angle of 322.11º 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 #A28F9B is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB162143155-
CMYK00.120.040.36
HSL322.11º9.27%59.8%-
HSV(B)322.11º11.73%63.53%-
XYZ30.6429.6935.13-
YUV150.05130.79136.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=35.22%
G=31.09%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214315500.120.040.36322.119.2759.8
HexA28F9B0C42414293c
Octal2422172330144445021174
Binary101000101000111110011011011001001001001010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F9B; }

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

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

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

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

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

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

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

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