#A59FB4

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

Shades of Spun Pearl #A59FB4

Tints of Spun Pearl #A59FB4

Color information

#A59FB4 (or 0xA59FB4) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and B4. RGB value is (165,159,180). Sum of RGB (Red+Green+Blue) = 165+159+180=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FB4 is #5A604B. Grayscale: #A3A3A3. Windows color (decimal): -5922892 or 11837349. OLE color: 11837349.

HSL color Cylindrical-coordinate representation of color #A59FB4: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59FB4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165159180-
CMYK0.080.1200.29
HSL257.14º12.28%66.47%-
HSV(B)257.14º11.67%70.59%-
XYZ36.1536.0948.24-
YUV163.19137.49129.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=32.74%
G=31.55%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651591800.080.1200.29257.1412.2866.47
HexA59FB48C01D101c42
Octal245237264101403540114102
Binary1010010110011111101101001000110001110110000000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FB4; }

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

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

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

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

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

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

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

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