#A187BB

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

Shades of Cold Purple #A187BB

Tints of Cold Purple #A187BB

Color information

#A187BB (or 0xA187BB) is unknown color: approx Cold Purple. HEX triplet: A1, 87 and BB. RGB value is (161,135,187). Sum of RGB (Red+Green+Blue) = 161+135+187=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A187BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187BB is #5E7844. Grayscale: #949494. Windows color (decimal): -6191173 or 12289953. OLE color: 12289953.

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

Color convert

RGB161135187-
CMYK0.140.2800.27
HSL270º27.66%63.14%-
HSV(B)270º27.81%73.33%-
XYZ32.3328.4950.81-
YUV148.7149.61136.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=33.33%
G=27.95%
B=38.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611351870.140.2800.2727027.6663.14
HexA187BBE1C01B10e1c3f
Octal24120727316340334163477
Binary10100001100001111011101111101110001101110000111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187BB; }

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

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

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

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

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

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

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

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