#A39ABB

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

Shades of Cold Purple #A39ABB

Tints of Cold Purple #A39ABB

Color information

#A39ABB (or 0xA39ABB) is unknown color: approx Cold Purple. HEX triplet: A3, 9A and BB. RGB value is (163,154,187). Sum of RGB (Red+Green+Blue) = 163+154+187=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #A39ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABB is #5C6544. Grayscale: #A0A0A0. Windows color (decimal): -6055237 or 12294819. OLE color: 12294819.

HSL color Cylindrical-coordinate representation of color #A39ABB: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39ABB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163154187-
CMYK0.130.1800.27
HSL256.36º19.53%66.86%-
HSV(B)256.36º17.65%73.33%-
XYZ35.6334.4951.79-
YUV160.45142.98129.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=32.34%
G=30.56%
B=37.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631541870.130.1800.27256.3619.5366.86
HexA39ABBD1201B1001443
Octal243232273152203340024103
Binary101000111001101010111011110110010011011100000000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ABB; }

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

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

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

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

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

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

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

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