#A39CAE

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

Shades of Cold Purple #A39CAE

Tints of Cold Purple #A39CAE

Color information

#A39CAE (or 0xA39CAE) is unknown color: approx Cold Purple. HEX triplet: A3, 9C and AE. RGB value is (163,156,174). Sum of RGB (Red+Green+Blue) = 163+156+174=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A39CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39CAE is #5C6351. Grayscale: #A0A0A0. Windows color (decimal): -6054738 or 11443363. OLE color: 11443363.

HSL color Cylindrical-coordinate representation of color #A39CAE: hue angle of 263.33º degrees, saturation: 0.1, 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 #A39CAE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163156174-
CMYK0.060.1000.32
HSL263.33º10%64.71%-
HSV(B)263.33º10.34%68.24%-
XYZ34.6334.6244.9-
YUV160.14135.82130.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=33.06%
G=31.64%
B=35.29%

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
Decimal1631561740.060.1000.32263.331064.71
HexA39CAE6A020107a41
Octal24323425661204040712101
Binary1010001110011100101011101101010010000010000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39CAE; }

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

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

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

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

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

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

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

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