#A191BB

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

Shades of Cold Purple #A191BB

Tints of Cold Purple #A191BB

Color information

#A191BB (or 0xA191BB) is unknown color: approx Cold Purple. HEX triplet: A1, 91 and BB. RGB value is (161,145,187). Sum of RGB (Red+Green+Blue) = 161+145+187=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #A191BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BB is #5E6E44. Grayscale: #9A9A9A. Windows color (decimal): -6188613 or 12292513. OLE color: 12292513.

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

Color convert

RGB161145187-
CMYK0.140.2200.27
HSL262.86º23.6%65.1%-
HSV(B)262.86º22.46%73.33%-
XYZ33.7931.4251.3-
YUV154.57146.3132.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=32.66%
G=29.41%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611451870.140.2200.27262.8623.665.1
HexA191BBE1601B1071841
Octal241221273162603340730101
Binary101000011001000110111011111010110011011100000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191BB; }

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

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

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

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

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

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

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

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