#A39BAF

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

Shades of Cold Purple #A39BAF

Tints of Cold Purple #A39BAF

Color information

#A39BAF (or 0xA39BAF) is unknown color: approx Cold Purple. HEX triplet: A3, 9B and AF. RGB value is (163,155,175). Sum of RGB (Red+Green+Blue) = 163+155+175=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: blue. Hex color #A39BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAF is #5C6450. Grayscale: #9F9F9F. Windows color (decimal): -6054993 or 11508643. OLE color: 11508643.

HSL color Cylindrical-coordinate representation of color #A39BAF: hue angle of 264º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39BAF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163155175-
CMYK0.070.1100.31
HSL264º11.11%64.71%-
HSV(B)264º11.43%68.63%-
XYZ34.5634.3245.36-
YUV159.67136.65130.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=33.06%
G=31.44%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631551750.070.1100.3126411.1164.71
HexA39BAF7B01F108b41
Octal24323325771303741013101
Binary101000111001101110101111111101101111110000100010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BAF; }

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

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

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

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

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

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

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

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