#A39ABF

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

Shades of Cold Purple #A39ABF

Tints of Cold Purple #A39ABF

Color information

#A39ABF (or 0xA39ABF) is unknown color: approx Cold Purple. HEX triplet: A3, 9A and BF. RGB value is (163,154,191). Sum of RGB (Red+Green+Blue) = 163+154+191=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A39ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ABF is #5C6540. Grayscale: #A0A0A0. Windows color (decimal): -6055233 or 12556963. OLE color: 12556963.

HSL color Cylindrical-coordinate representation of color #A39ABF: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39ABF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163154191-
CMYK0.150.1900.25
HSL254.59º22.42%67.65%-
HSV(B)254.59º19.37%74.9%-
XYZ36.0634.6654.08-
YUV160.91144.98129.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 191 (75% from 255) = 37.60%
R=32.09%
G=30.31%
B=37.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631541910.150.1900.25254.5922.4267.65
HexA39ABFF13019ff1644
Octal243232277172303137726104
Binary10100011100110101011111111111001101100111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ABF; }

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

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

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

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

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

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

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

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