#A186CE

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

Shades of Cold Purple #A186CE

Tints of Cold Purple #A186CE

Color information

#A186CE (or 0xA186CE) is unknown color: approx Cold Purple. HEX triplet: A1, 86 and CE. RGB value is (161,134,206). Sum of RGB (Red+Green+Blue) = 161+134+206=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A186CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186CE is #5E7931. Grayscale: #969696. Windows color (decimal): -6191410 or 13534881. OLE color: 13534881.

HSL color Cylindrical-coordinate representation of color #A186CE: hue angle of 262.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A186CE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161134206-
CMYK0.220.3500.19
HSL262.5º42.35%66.67%-
HSV(B)262.5º34.95%80.78%-
XYZ34.3629.0862.2-
YUV150.28159.45135.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=32.14%
G=26.75%
B=41.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611342060.220.3500.19262.542.3566.67
HexA186CE16230131062a43
Octal241206316264302340652103
Binary101000011000011011001110101101000110100111000001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186CE; }

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

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

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

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

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

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

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

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