#A39FAA

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

Shades of Spun Pearl #A39FAA

Tints of Spun Pearl #A39FAA

Color information

#A39FAA (or 0xA39FAA) is unknown color: approx Spun Pearl. HEX triplet: A3, 9F and AA. RGB value is (163,159,170). Sum of RGB (Red+Green+Blue) = 163+159+170=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A39FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39FAA is #5C6055. Grayscale: #A1A1A1. Windows color (decimal): -6053974 or 11181987. OLE color: 11181987.

HSL color Cylindrical-coordinate representation of color #A39FAA: hue angle of 261.82º 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 #A39FAA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163159170-
CMYK0.040.0600.33
HSL261.82º6.08%64.51%-
HSV(B)261.82º6.47%66.67%-
XYZ34.7635.4943.05-
YUV161.45132.83129.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=33.13%
G=32.32%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631591700.040.0600.33261.826.0864.51
HexA39FAA46021106641
Octal243237252460414066101
Binary10100011100111111010101010011001000011000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FAA; }

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

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

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

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

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

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

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

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