#A186BB

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

Shades of Cold Purple #A186BB

Tints of Cold Purple #A186BB

Color information

#A186BB (or 0xA186BB) is unknown color: approx Cold Purple. HEX triplet: A1, 86 and BB. RGB value is (161,134,187). Sum of RGB (Red+Green+Blue) = 161+134+187=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A186BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BB is #5E7944. Grayscale: #939393. Windows color (decimal): -6191429 or 12289697. OLE color: 12289697.

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

Color convert

RGB161134187-
CMYK0.140.2800.27
HSL270.57º28.04%62.94%-
HSV(B)270.57º28.34%73.33%-
XYZ32.1928.2250.76-
YUV148.12149.95137.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=33.40%
G=27.80%
B=38.80%

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
Decimal1611341870.140.2800.27270.5728.0462.94
HexA186BBE1C01B10f1c3f
Octal24120627316340334173477
Binary10100001100001101011101111101110001101110000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186BB; }

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

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

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

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

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

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

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

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