#A188BF

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

Shades of Cold Purple #A188BF

Tints of Cold Purple #A188BF

Color information

#A188BF (or 0xA188BF) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and BF. RGB value is (161,136,191). Sum of RGB (Red+Green+Blue) = 161+136+191=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A188BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BF is #5E7740. Grayscale: #959595. Windows color (decimal): -6190913 or 12552353. OLE color: 12552353.

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

Color convert

RGB161136191-
CMYK0.160.2900.25
HSL267.27º30.05%64.12%-
HSV(B)267.27º28.8%74.9%-
XYZ32.9128.9553.14-
YUV149.74151.28136.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 191 (75% from 255) = 39.14%
R=32.99%
G=27.87%
B=39.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611361910.160.2900.25267.2730.0564.12
HexA188BF101D01910b1e40
Octal241210277203503141336100
Binary1010000110001000101111111000011101011001100001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188BF; }

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

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

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

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

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

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

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

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