#A389BF

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

Shades of Cold Purple #A389BF

Tints of Cold Purple #A389BF

Color information

#A389BF (or 0xA389BF) is unknown color: approx Cold Purple. HEX triplet: A3, 89 and BF. RGB value is (163,137,191). Sum of RGB (Red+Green+Blue) = 163+137+191=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A389BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BF is #5C7640. Grayscale: #969696. Windows color (decimal): -6059585 or 12552611. OLE color: 12552611.

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

Color convert

RGB163137191-
CMYK0.150.2800.25
HSL268.89º29.67%64.31%-
HSV(B)268.89º28.27%74.9%-
XYZ33.4529.4453.21-
YUV150.93150.61136.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 191 (75% from 255) = 38.90%
R=33.20%
G=27.90%
B=38.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631371910.150.2800.25268.8929.6764.31
HexA389BFF1C01910d1e40
Octal243211277173403141536100
Binary101000111000100110111111111111100011001100001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389BF; }

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

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

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

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

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

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

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

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