#A59FBA

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

Shades of Spun Pearl #A59FBA

Tints of Spun Pearl #A59FBA

Color information

#A59FBA (or 0xA59FBA) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and BA. RGB value is (165,159,186). Sum of RGB (Red+Green+Blue) = 165+159+186=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBA is #5A6045. Grayscale: #A3A3A3. Windows color (decimal): -5922886 or 12230565. OLE color: 12230565.

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

Color convert

RGB165159186-
CMYK0.110.1500.27
HSL253.33º16.36%67.65%-
HSV(B)253.33º14.52%72.94%-
XYZ36.7836.3451.53-
YUV163.87140.49128.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=32.35%
G=31.18%
B=36.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651591860.110.1500.27253.3316.3667.65
HexA59FBABF01Bfd1044
Octal245237272131703337520104
Binary1010010110011111101110101011111101101111111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FBA; }

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

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

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

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

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

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

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

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