#A191BD

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

Shades of Cold Purple #A191BD

Tints of Cold Purple #A191BD

Color information

#A191BD (or 0xA191BD) is unknown color: approx Cold Purple. HEX triplet: A1, 91 and BD. RGB value is (161,145,189). Sum of RGB (Red+Green+Blue) = 161+145+189=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A191BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BD is #5E6E42. Grayscale: #9A9A9A. Windows color (decimal): -6188611 or 12423585. OLE color: 12423585.

HSL color Cylindrical-coordinate representation of color #A191BD: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A191BD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161145189-
CMYK0.150.2300.26
HSL261.82º25%65.49%-
HSV(B)261.82º23.28%74.12%-
XYZ34.0131.552.43-
YUV154.8147.3132.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=32.53%
G=29.29%
B=38.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611451890.150.2300.26261.822565.49
HexA191BDF1701A1061941
Octal241221275172703240631101
Binary101000011001000110111101111110111011010100000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191BD; }

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

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

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

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

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

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

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

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