#A185BE

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

Shades of Cold Purple #A185BE

Tints of Cold Purple #A185BE

Color information

#A185BE (or 0xA185BE) is unknown color: approx Cold Purple. HEX triplet: A1, 85 and BE. RGB value is (161,133,190). Sum of RGB (Red+Green+Blue) = 161+133+190=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #A185BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185BE is #5E7A41. Grayscale: #939393. Windows color (decimal): -6191682 or 12486049. OLE color: 12486049.

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

Color convert

RGB161133190-
CMYK0.150.300.25
HSL269.47º30.48%63.33%-
HSV(B)269.47º30%74.51%-
XYZ32.3828.0752.43-
YUV147.87151.78137.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=33.26%
G=27.48%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611331900.150.300.25269.4730.4863.33
HexA185BEF1E01910d1e3f
Octal24120527617360314153677
Binary10100001100001011011111011111111001100110000110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185BE; }

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

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

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

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

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

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

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

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