#A187BE

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

Shades of Cold Purple #A187BE

Tints of Cold Purple #A187BE

Color information

#A187BE (or 0xA187BE) is unknown color: approx Cold Purple. HEX triplet: A1, 87 and BE. RGB value is (161,135,190). Sum of RGB (Red+Green+Blue) = 161+135+190=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A187BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187BE is #5E7841. Grayscale: #949494. Windows color (decimal): -6191170 or 12486561. OLE color: 12486561.

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

Color convert

RGB161135190-
CMYK0.150.2900.25
HSL268.36º29.73%63.73%-
HSV(B)268.36º28.95%74.51%-
XYZ32.6628.6252.52-
YUV149.04151.11136.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=33.13%
G=27.78%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611351900.150.2900.25268.3629.7363.73
HexA187BEF1D01910c1e40
Octal241207276173503141436100
Binary101000011000011110111110111111101011001100001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187BE; }

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

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

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

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

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

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

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

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