#A19FAA

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

Shades of Spun Pearl #A19FAA

Tints of Spun Pearl #A19FAA

Color information

#A19FAA (or 0xA19FAA) is unknown color: approx Spun Pearl. HEX triplet: A1, 9F and AA. RGB value is (161,159,170). Sum of RGB (Red+Green+Blue) = 161+159+170=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A19FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FAA is #5E6055. Grayscale: #A0A0A0. Windows color (decimal): -6185046 or 11181985. OLE color: 11181985.

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

Color convert

RGB161159170-
CMYK0.050.0600.33
HSL250.91º6.08%64.51%-
HSV(B)250.91º6.47%66.67%-
XYZ34.3535.2843.03-
YUV160.85133.16128.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=32.86%
G=32.45%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611591700.050.0600.33250.916.0864.51
HexA19FAA56021fb641
Octal241237252560413736101
Binary1010000110011111101010101011100100001111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FAA; }

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

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

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

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

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

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

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

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