#A59FB9

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

Shades of Spun Pearl #A59FB9

Tints of Spun Pearl #A59FB9

Color information

#A59FB9 (or 0xA59FB9) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and B9. RGB value is (165,159,185). Sum of RGB (Red+Green+Blue) = 165+159+185=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #A59FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FB9 is #5A6046. Grayscale: #A3A3A3. Windows color (decimal): -5922887 or 12165029. OLE color: 12165029.

HSL color Cylindrical-coordinate representation of color #A59FB9: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59FB9 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165159185-
CMYK0.110.1400.27
HSL253.85º15.66%67.45%-
HSV(B)253.85º14.05%72.55%-
XYZ36.6736.350.97-
YUV163.76139.99128.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=32.42%
G=31.24%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651591850.110.1400.27253.8515.6667.45
HexA59FB9BE01Bfe1043
Octal245237271131603337620103
Binary1010010110011111101110011011111001101111111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FB9; }

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

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

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

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

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

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

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

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