#A39CAD

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

Shades of Cold Purple #A39CAD

Tints of Cold Purple #A39CAD

Color information

#A39CAD (or 0xA39CAD) is unknown color: approx Cold Purple. HEX triplet: A3, 9C and AD. RGB value is (163,156,173). Sum of RGB (Red+Green+Blue) = 163+156+173=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39CAD is #5C6352. Grayscale: #9F9F9F. Windows color (decimal): -6054739 or 11377827. OLE color: 11377827.

HSL color Cylindrical-coordinate representation of color #A39CAD: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39CAD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163156173-
CMYK0.060.1000.32
HSL264.71º9.39%64.51%-
HSV(B)264.71º9.83%67.84%-
XYZ34.5434.5844.39-
YUV160.03135.32130.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=33.13%
G=31.71%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631561730.060.1000.32264.719.3964.51
HexA39CAD6A020109941
Octal24323425561204041111101
Binary1010001110011100101011011101010010000010000100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CAD; }

 p { color: rgb(163,156,173); }

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

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

 a { background-color: rgb(163,156,173); }

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

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

 span { border-color: rgb(163,156,173); }

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