#A59EB3

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

Shades of Spun Pearl #A59EB3

Tints of Spun Pearl #A59EB3

Color information

#A59EB3 (or 0xA59EB3) is unknown color: approx Spun Pearl. HEX triplet: A5, 9E and B3. RGB value is (165,158,179). Sum of RGB (Red+Green+Blue) = 165+158+179=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EB3 is #5A614C. Grayscale: #A2A2A2. Windows color (decimal): -5923149 or 11771557. OLE color: 11771557.

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

Color convert

RGB165158179-
CMYK0.080.1200.30
HSL260º12.14%66.08%-
HSV(B)260º11.73%70.2%-
XYZ35.8835.7147.65-
YUV162.49137.32129.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=32.87%
G=31.47%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651581790.080.1200.3026012.1466.08
HexA59EB38C01E104c42
Octal245236263101403640414102
Binary1010010110011110101100111000110001111010000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EB3; }

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

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

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

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

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

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

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

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