#A59FB0

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

Shades of Spun Pearl #A59FB0

Tints of Spun Pearl #A59FB0

Color information

#A59FB0 (or 0xA59FB0) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and B0. RGB value is (165,159,176). Sum of RGB (Red+Green+Blue) = 165+159+176=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FB0 is #5A604F. Grayscale: #A2A2A2. Windows color (decimal): -5922896 or 11575205. OLE color: 11575205.

HSL color Cylindrical-coordinate representation of color #A59FB0: hue angle of 261.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59FB0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165159176-
CMYK0.060.1000.31
HSL261.18º9.71%65.69%-
HSV(B)261.18º9.66%69.02%-
XYZ35.7535.9346.13-
YUV162.73135.49129.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=33%
G=31.8%
B=35.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651591760.060.1000.31261.189.7165.69
HexA59FB06A01F105a42
Octal24523726061203740512102
Binary101001011001111110110000110101001111110000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FB0; }

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

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

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

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

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

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

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

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