#A19FAB

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

Shades of Spun Pearl #A19FAB

Tints of Spun Pearl #A19FAB

Color information

#A19FAB (or 0xA19FAB) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AB. RGB value is (161,159,171). Sum of RGB (Red+Green+Blue) = 161+159+171=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A19FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAB is #5E6054. Grayscale: #A0A0A0. Windows color (decimal): -6185045 or 11247521. OLE color: 11247521.

HSL color Cylindrical-coordinate representation of color #A19FAB: hue angle of 250º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A19FAB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161159171-
CMYK0.060.0700.33
HSL250º6.67%64.71%-
HSV(B)250º7.02%67.06%-
XYZ34.4535.3143.53-
YUV160.97133.66128.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=32.79%
G=32.38%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611591710.060.0700.332506.6764.71
HexA19FAB67021fa741
Octal241237253670413727101
Binary1010000110011111101010111101110100001111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAB; }

 p { color: rgb(161,159,171); }

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

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

 a { background-color: rgb(161,159,171); }

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

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

 span { border-color: rgb(161,159,171); }

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