#A59DBA

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

Shades of Spun Pearl #A59DBA

Tints of Spun Pearl #A59DBA

Color information

#A59DBA (or 0xA59DBA) is unknown color: approx Spun Pearl. HEX triplet: A5, 9D and BA. RGB value is (165,157,186). Sum of RGB (Red+Green+Blue) = 165+157+186=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBA is #5A6245. Grayscale: #A2A2A2. Windows color (decimal): -5923398 or 12230053. OLE color: 12230053.

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

Color convert

RGB165157186-
CMYK0.110.1600.27
HSL256.55º17.37%67.25%-
HSV(B)256.55º15.59%72.94%-
XYZ36.4435.6651.42-
YUV162.7141.15129.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=32.48%
G=30.91%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651571860.110.1600.27256.5517.3767.25
HexA59DBAB1001B1011143
Octal245235272132003340121103
Binary101001011001110110111010101110000011011100000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DBA; }

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

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

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

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

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

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

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

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