#A39AAE

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

Shades of Cold Purple #A39AAE

Tints of Cold Purple #A39AAE

Color information

#A39AAE (or 0xA39AAE) is unknown color: approx Cold Purple. HEX triplet: A3, 9A and AE. RGB value is (163,154,174). Sum of RGB (Red+Green+Blue) = 163+154+174=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A39AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AAE is #5C6551. Grayscale: #9E9E9E. Windows color (decimal): -6055250 or 11442851. OLE color: 11442851.

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

Color convert

RGB163154174-
CMYK0.060.1100.32
HSL267º10.99%64.31%-
HSV(B)267º11.49%68.24%-
XYZ34.333.9544.79-
YUV158.97136.48130.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=33.20%
G=31.36%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631541740.060.1100.3226710.9964.31
HexA39AAE6B02010bb40
Octal24323225661304041313100
Binary1010001110011010101011101101011010000010000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AAE; }

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

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

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

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

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

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

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

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