#A185BC

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

Shades of Cold Purple #A185BC

Tints of Cold Purple #A185BC

Color information

#A185BC (or 0xA185BC) is unknown color: approx Cold Purple. HEX triplet: A1, 85 and BC. RGB value is (161,133,188). Sum of RGB (Red+Green+Blue) = 161+133+188=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #A185BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185BC is #5E7A43. Grayscale: #939393. Windows color (decimal): -6191684 or 12354977. OLE color: 12354977.

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

Color convert

RGB161133188-
CMYK0.140.2900.26
HSL270.55º29.1%62.94%-
HSV(B)270.55º29.26%73.73%-
XYZ32.1627.9851.28-
YUV147.64150.78137.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=33.40%
G=27.59%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611331880.140.2900.26270.5529.162.94
HexA185BCE1D01A10f1d3f
Octal24120527416350324173577
Binary10100001100001011011110011101110101101010000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185BC; }

 p { color: rgb(161,133,188); }

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

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

 a { background-color: rgb(161,133,188); }

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

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

 span { border-color: rgb(161,133,188); }

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