#A188BA

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

Shades of Cold Purple #A188BA

Tints of Cold Purple #A188BA

Color information

#A188BA (or 0xA188BA) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and BA. RGB value is (161,136,186). Sum of RGB (Red+Green+Blue) = 161+136+186=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A188BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BA is #5E7745. Grayscale: #959595. Windows color (decimal): -6190918 or 12224673. OLE color: 12224673.

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

Color convert

RGB161136186-
CMYK0.130.2700.27
HSL270º26.6%63.14%-
HSV(B)270º26.88%72.94%-
XYZ32.3728.7350.29-
YUV149.17148.78136.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=33.33%
G=28.16%
B=38.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611361860.130.2700.2727026.663.14
HexA188BAD1B01B10e1b3f
Octal24121027215330334163377
Binary10100001100010001011101011011101101101110000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188BA; }

 p { color: rgb(161,136,186); }

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

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

 a { background-color: rgb(161,136,186); }

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

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

 span { border-color: rgb(161,136,186); }

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