#A39BAD

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

Shades of Cold Purple #A39BAD

Tints of Cold Purple #A39BAD

Color information

#A39BAD (or 0xA39BAD) is unknown color: approx Cold Purple. HEX triplet: A3, 9B and AD. RGB value is (163,155,173). Sum of RGB (Red+Green+Blue) = 163+155+173=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A39BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAD is #5C6452. Grayscale: #9F9F9F. Windows color (decimal): -6054995 or 11377571. OLE color: 11377571.

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

Color convert

RGB163155173-
CMYK0.060.1000.32
HSL266.67º9.89%64.31%-
HSV(B)266.67º10.4%67.84%-
XYZ34.3734.2544.33-
YUV159.44135.65130.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=33.20%
G=31.57%
B=35.23%

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
Decimal1631551730.060.1000.32266.679.8964.31
HexA39BAD6A02010ba40
Octal24323325561204041312100
Binary1010001110011011101011011101010010000010000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BAD; }

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

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

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

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

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

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

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

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