#A39EAA

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

Shades of Spun Pearl #A39EAA

Tints of Spun Pearl #A39EAA

Color information

#A39EAA (or 0xA39EAA) is unknown color: approx Spun Pearl. HEX triplet: A3, 9E and AA. RGB value is (163,158,170). Sum of RGB (Red+Green+Blue) = 163+158+170=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A39EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39EAA is #5C6155. Grayscale: #A0A0A0. Windows color (decimal): -6054230 or 11181731. OLE color: 11181731.

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

Color convert

RGB163158170-
CMYK0.040.0700.33
HSL265º6.59%64.31%-
HSV(B)265º7.06%66.67%-
XYZ34.5935.1442.99-
YUV160.86133.16129.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=33.20%
G=32.18%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631581700.040.0700.332656.5964.31
HexA39EAA47021109740
Octal243236252470414117100
Binary10100011100111101010101010011101000011000010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EAA; }

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

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

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

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

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

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

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

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