#A59EB4

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

Shades of Spun Pearl #A59EB4

Tints of Spun Pearl #A59EB4

Color information

#A59EB4 (or 0xA59EB4) is unknown color: approx Spun Pearl. HEX triplet: A5, 9E and B4. RGB value is (165,158,180). Sum of RGB (Red+Green+Blue) = 165+158+180=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EB4 is #5A614B. Grayscale: #A2A2A2. Windows color (decimal): -5923148 or 11837093. OLE color: 11837093.

HSL color Cylindrical-coordinate representation of color #A59EB4: hue angle of 259.09º degrees, saturation: 0.13, 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 #A59EB4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165158180-
CMYK0.080.1200.29
HSL259.09º12.79%66.27%-
HSV(B)259.09º12.22%70.59%-
XYZ35.9835.7548.18-
YUV162.6137.82129.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=32.80%
G=31.41%
B=35.79%

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
Decimal1651581800.080.1200.29259.0912.7966.27
HexA59EB48C01D103d42
Octal245236264101403540315102
Binary1010010110011110101101001000110001110110000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EB4; }

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

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

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

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

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

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

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

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