#A29EB4

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

Shades of Spun Pearl #A29EB4

Tints of Spun Pearl #A29EB4

Color information

#A29EB4 (or 0xA29EB4) is unknown color: approx Spun Pearl. HEX triplet: A2, 9E and B4. RGB value is (162,158,180). Sum of RGB (Red+Green+Blue) = 162+158+180=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A29EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EB4 is #5D614B. Grayscale: #A1A1A1. Windows color (decimal): -6119756 or 11837090. OLE color: 11837090.

HSL color Cylindrical-coordinate representation of color #A29EB4: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A29EB4 is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162158180-
CMYK0.10.1200.29
HSL250.91º12.79%66.27%-
HSV(B)250.91º12.22%70.59%-
XYZ35.3735.4348.15-
YUV161.7138.33128.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 180 (70.70% from 255) = 36%
R=32.4%
G=31.6%
B=36%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621581800.10.1200.29250.9112.7966.27
HexA29EB4AC01Dfbd42
Octal242236264121403537315102
Binary101000101001111010110100101011000111011111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EB4; }

 p { color: rgb(162,158,180); }

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

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

 a { background-color: rgb(162,158,180); }

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

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

 span { border-color: rgb(162,158,180); }

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