#A39EB7

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

Shades of Spun Pearl #A39EB7

Tints of Spun Pearl #A39EB7

Color information

#A39EB7 (or 0xA39EB7) is unknown color: approx Spun Pearl. HEX triplet: A3, 9E and B7. RGB value is (163,158,183). Sum of RGB (Red+Green+Blue) = 163+158+183=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 183 - color contains mainly: blue. Hex color #A39EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EB7 is #5C6148. Grayscale: #A2A2A2. Windows color (decimal): -6054217 or 12033699. OLE color: 12033699.

HSL color Cylindrical-coordinate representation of color #A39EB7: hue angle of 252º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A39EB7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163158183-
CMYK0.110.1400.28
HSL252º14.79%66.86%-
HSV(B)252º13.66%71.76%-
XYZ35.8835.6649.79-
YUV162.34139.66128.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=32.34%
G=31.35%
B=36.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631581830.110.1400.2825214.7966.86
HexA39EB7BE01Cfcf43
Octal243236267131603437417103
Binary101000111001111010110111101111100111001111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EB7; }

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

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

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

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

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

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

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

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