#A186BF

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

Shades of Cold Purple #A186BF

Tints of Cold Purple #A186BF

Color information

#A186BF (or 0xA186BF) is unknown color: approx Cold Purple. HEX triplet: A1, 86 and BF. RGB value is (161,134,191). Sum of RGB (Red+Green+Blue) = 161+134+191=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A186BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BF is #5E7940. Grayscale: #949494. Windows color (decimal): -6191425 or 12551841. OLE color: 12551841.

HSL color Cylindrical-coordinate representation of color #A186BF: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A186BF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161134191-
CMYK0.160.3000.25
HSL268.42º30.81%63.73%-
HSV(B)268.42º29.84%74.9%-
XYZ32.6328.3953.05-
YUV148.57151.95136.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 191 (75% from 255) = 39.30%
R=33.13%
G=27.57%
B=39.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611341910.160.3000.25268.4230.8163.73
HexA186BF101E01910c1f40
Octal241206277203603141437100
Binary1010000110000110101111111000011110011001100001100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186BF; }

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

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

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

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

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

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

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

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