#A189BC

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

Shades of Cold Purple #A189BC

Tints of Cold Purple #A189BC

Color information

#A189BC (or 0xA189BC) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and BC. RGB value is (161,137,188). Sum of RGB (Red+Green+Blue) = 161+137+188=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189BC is #5E7643. Grayscale: #959595. Windows color (decimal): -6190660 or 12356001. OLE color: 12356001.

HSL color Cylindrical-coordinate representation of color #A189BC: hue angle of 268.24º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A189BC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161137188-
CMYK0.140.2700.26
HSL268.24º27.57%63.73%-
HSV(B)268.24º27.13%73.73%-
XYZ32.7229.151.47-
YUV149.99149.45135.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=33.13%
G=28.19%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611371880.140.2700.26268.2427.5763.73
HexA189BCE1B01A10c1c40
Octal241211274163303241434100
Binary101000011000100110111100111011011011010100001100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189BC; }

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

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

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

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

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

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

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

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