#A49CBA

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

Shades of Spun Pearl #A49CBA

Tints of Spun Pearl #A49CBA

Color information

#A49CBA (or 0xA49CBA) is unknown color: approx Spun Pearl. HEX triplet: A4, 9C and BA. RGB value is (164,156,186). Sum of RGB (Red+Green+Blue) = 164+156+186=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #A49CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CBA is #5B6345. Grayscale: #A1A1A1. Windows color (decimal): -5989190 or 12229796. OLE color: 12229796.

HSL color Cylindrical-coordinate representation of color #A49CBA: hue angle of 256º degrees, saturation: 0.18, 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 #A49CBA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164156186-
CMYK0.120.1600.27
HSL256º17.86%67.06%-
HSV(B)256º16.13%72.94%-
XYZ36.0635.2151.35-
YUV161.81141.65129.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=32.41%
G=30.83%
B=36.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641561860.120.1600.2725617.8667.06
HexA49CBAC1001B1001243
Octal244234272142003340022103
Binary101001001001110010111010110010000011011100000000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CBA; }

 p { color: rgb(164,156,186); }

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

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

 a { background-color: rgb(164,156,186); }

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

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

 span { border-color: rgb(164,156,186); }

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