#A39BB4

Color #A39BB4 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A39BB4

Tints of Cold Purple #A39BB4

Color information

#A39BB4 (or 0xA39BB4) is unknown color: approx Cold Purple. HEX triplet: A3, 9B and B4. RGB value is (163,155,180). Sum of RGB (Red+Green+Blue) = 163+155+180=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #A39BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BB4 is #5C644B. Grayscale: #A0A0A0. Windows color (decimal): -6054988 or 11836323. OLE color: 11836323.

HSL color Cylindrical-coordinate representation of color #A39BB4: hue angle of 259.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A39BB4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163155180-
CMYK0.090.1400.29
HSL259.2º14.29%65.69%-
HSV(B)259.2º13.89%70.59%-
XYZ35.0634.5248-
YUV160.24139.15129.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=32.73%
G=31.12%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631551800.090.1400.29259.214.2965.69
HexA39BB49E01D103e42
Octal243233264111603540316102
Binary1010001110011011101101001001111001110110000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BB4; }

 p { color: rgb(163,155,180); }

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

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

 a { background-color: rgb(163,155,180); }

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

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

 span { border-color: rgb(163,155,180); }

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