#A189BE

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

Shades of Cold Purple #A189BE

Tints of Cold Purple #A189BE

Color information

#A189BE (or 0xA189BE) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and BE. RGB value is (161,137,190). Sum of RGB (Red+Green+Blue) = 161+137+190=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A189BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BE is #5E7641. Grayscale: #969696. Windows color (decimal): -6190658 or 12487073. OLE color: 12487073.

HSL color Cylindrical-coordinate representation of color #A189BE: hue angle of 267.17º degrees, saturation: 0.29, 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 #A189BE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161137190-
CMYK0.150.2800.25
HSL267.17º28.96%64.12%-
HSV(B)267.17º27.89%74.51%-
XYZ32.9429.1952.61-
YUV150.22150.45135.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=32.99%
G=28.07%
B=38.93%

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
Decimal1611371900.150.2800.25267.1728.9664.12
HexA189BEF1C01910b1d40
Octal241211276173403141335100
Binary101000011000100110111110111111100011001100001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189BE; }

 p { color: rgb(161,137,190); }

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

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

 a { background-color: rgb(161,137,190); }

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

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

 span { border-color: rgb(161,137,190); }

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