#A186BD

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

Shades of Cold Purple #A186BD

Tints of Cold Purple #A186BD

Color information

#A186BD (or 0xA186BD) is unknown color: approx Cold Purple. HEX triplet: A1, 86 and BD. RGB value is (161,134,189). Sum of RGB (Red+Green+Blue) = 161+134+189=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A186BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186BD is #5E7942. Grayscale: #949494. Windows color (decimal): -6191427 or 12420769. OLE color: 12420769.

HSL color Cylindrical-coordinate representation of color #A186BD: hue angle of 269.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A186BD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161134189-
CMYK0.150.2900.26
HSL269.45º29.41%63.33%-
HSV(B)269.45º29.1%74.12%-
XYZ32.4128.351.9-
YUV148.34150.95137.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=33.26%
G=27.69%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611341890.150.2900.26269.4529.4163.33
HexA186BDF1D01A10d1d3f
Octal24120627517350324153577
Binary10100001100001101011110111111110101101010000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A186BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A186BD; }

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

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

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

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

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

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

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

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