#A188BE

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

Shades of Cold Purple #A188BE

Tints of Cold Purple #A188BE

Color information

#A188BE (or 0xA188BE) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and BE. RGB value is (161,136,190). Sum of RGB (Red+Green+Blue) = 161+136+190=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A188BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BE is #5E7741. Grayscale: #959595. Windows color (decimal): -6190914 or 12486817. OLE color: 12486817.

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

Color convert

RGB161136190-
CMYK0.150.2800.25
HSL267.78º29.35%63.92%-
HSV(B)267.78º28.42%74.51%-
XYZ32.828.952.57-
YUV149.63150.78136.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=33.06%
G=27.93%
B=39.01%

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
Decimal1611361900.150.2800.25267.7829.3563.92
HexA188BEF1C01910c1d40
Octal241210276173403141435100
Binary101000011000100010111110111111100011001100001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188BE; }

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

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

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

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

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

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

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

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