#A59FB7

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

Shades of Spun Pearl #A59FB7

Tints of Spun Pearl #A59FB7

Color information

#A59FB7 (or 0xA59FB7) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and B7. RGB value is (165,159,183). Sum of RGB (Red+Green+Blue) = 165+159+183=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #A59FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FB7 is #5A6048. Grayscale: #A3A3A3. Windows color (decimal): -5922889 or 12033957. OLE color: 12033957.

HSL color Cylindrical-coordinate representation of color #A59FB7: hue angle of 255º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59FB7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165159183-
CMYK0.100.1300.28
HSL255º14.29%67.06%-
HSV(B)255º13.11%71.76%-
XYZ36.4636.2149.87-
YUV163.53138.99129.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=32.54%
G=31.36%
B=36.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651591830.100.1300.2825514.2967.06
HexA59FB7AD01Cffe43
Octal245237267121503437716103
Binary101001011001111110110111101011010111001111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FB7; }

 p { color: rgb(165,159,183); }

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

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

 a { background-color: rgb(165,159,183); }

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

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

 span { border-color: rgb(165,159,183); }

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