#a188bb

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

Shades of Cold Purple #A188BB

Tints of Cold Purple #A188BB

Color information

#A188BB (or 0xA188BB) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and BB. RGB value is (161,136,187). Sum of RGB (Red+Green+Blue) = 161+136+187=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A188BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BB is #5E7744. Grayscale: #959595. Windows color (decimal): -6190917 or 12290209. OLE color: 12290209.

HSL color Cylindrical-coordinate representation of color #A188BB: hue angle of 269.41º 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 #A188BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161136187-
CMYK0.140.2700.27
HSL269.41º27.27%63.33%-
HSV(B)269.41º27.27%73.33%-
XYZ32.4728.7750.86-
YUV149.29149.28136.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=33.26%
G=28.10%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611361870.140.2700.27269.4127.2763.33
HexA188BBE1B01B10d1b3f
Octal24121027316330334153377
Binary10100001100010001011101111101101101101110000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a188bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a188bb; }

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

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

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

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

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

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

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

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