#A29CB1

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

Shades of Spun Pearl #A29CB1

Tints of Spun Pearl #A29CB1

Color information

#A29CB1 (or 0xA29CB1) is unknown color: approx Spun Pearl. HEX triplet: A2, 9C and B1. RGB value is (162,156,177). Sum of RGB (Red+Green+Blue) = 162+156+177=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #A29CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CB1 is #5D634E. Grayscale: #A0A0A0. Windows color (decimal): -6120271 or 11639970. OLE color: 11639970.

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

Color convert

RGB162156177-
CMYK0.080.1200.31
HSL257.14º11.86%65.29%-
HSV(B)257.14º11.86%69.41%-
XYZ34.7234.6346.45-
YUV160.19137.49129.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=32.73%
G=31.52%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621561770.080.1200.31257.1411.8665.29
HexA29CB18C01F101c41
Octal242234261101403740114101
Binary1010001010011100101100011000110001111110000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CB1; }

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

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

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

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

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

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

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

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