#A184C5

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

Shades of Cold Purple #A184C5

Tints of Cold Purple #A184C5

Color information

#A184C5 (or 0xA184C5) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and C5. RGB value is (161,132,197). Sum of RGB (Red+Green+Blue) = 161+132+197=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #A184C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C5 is #5E7B3A. Grayscale: #939393. Windows color (decimal): -6191931 or 12944545. OLE color: 12944545.

HSL color Cylindrical-coordinate representation of color #A184C5: hue angle of 266.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A184C5 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161132197-
CMYK0.180.3300.23
HSL266.77º35.91%64.51%-
HSV(B)266.77º32.99%77.25%-
XYZ33.0328.1156.51-
YUV148.08155.61137.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=32.86%
G=26.94%
B=40.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611321970.180.3300.23266.7735.9164.51
HexA184C5122101710b2441
Octal241204305224102741344101
Binary101000011000010011000101100101000010101111000010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184C5; }

 p { color: rgb(161,132,197); }

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

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

 a { background-color: rgb(161,132,197); }

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

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

 span { border-color: rgb(161,132,197); }

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