#A59DB7

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

Shades of Spun Pearl #A59DB7

Tints of Spun Pearl #A59DB7

Color information

#A59DB7 (or 0xA59DB7) is unknown color: approx Spun Pearl. HEX triplet: A5, 9D and B7. RGB value is (165,157,183). Sum of RGB (Red+Green+Blue) = 165+157+183=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 183 - color contains mainly: blue. Hex color #A59DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DB7 is #5A6248. Grayscale: #A2A2A2. Windows color (decimal): -5923401 or 12033445. OLE color: 12033445.

HSL color Cylindrical-coordinate representation of color #A59DB7: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59DB7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165157183-
CMYK0.100.1400.28
HSL258.46º15.29%66.67%-
HSV(B)258.46º14.21%71.76%-
XYZ36.1235.5349.75-
YUV162.36139.65129.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 183 (71.88% from 255) = 36.24%
R=32.67%
G=31.09%
B=36.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651571830.100.1400.28258.4615.2966.67
HexA59DB7AE01C102f43
Octal245235267121603440217103
Binary1010010110011101101101111010111001110010000001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DB7; }

 p { color: rgb(165,157,183); }

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

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

 a { background-color: rgb(165,157,183); }

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

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

 span { border-color: rgb(165,157,183); }

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