#A29DB1

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

Shades of Spun Pearl #A29DB1

Tints of Spun Pearl #A29DB1

Color information

#A29DB1 (or 0xA29DB1) is unknown color: approx Spun Pearl. HEX triplet: A2, 9D and B1. RGB value is (162,157,177). Sum of RGB (Red+Green+Blue) = 162+157+177=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #A29DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29DB1 is #5D624E. Grayscale: #A0A0A0. Windows color (decimal): -6120015 or 11640226. OLE color: 11640226.

HSL color Cylindrical-coordinate representation of color #A29DB1: hue angle of 255º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29DB1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162157177-
CMYK0.080.1100.31
HSL255º11.36%65.49%-
HSV(B)255º11.3%69.41%-
XYZ34.8934.9746.51-
YUV160.77137.16128.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=32.66%
G=31.65%
B=35.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621571770.080.1100.3125511.3665.49
HexA29DB18B01Fffb41
Octal242235261101303737713101
Binary101000101001110110110001100010110111111111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DB1; }

 p { color: rgb(162,157,177); }

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

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

 a { background-color: rgb(162,157,177); }

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

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

 span { border-color: rgb(162,157,177); }

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