#A184C9

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

Shades of Cold Purple #A184C9

Tints of Cold Purple #A184C9

Color information

#A184C9 (or 0xA184C9) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and C9. RGB value is (161,132,201). Sum of RGB (Red+Green+Blue) = 161+132+201=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #A184C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184C9 is #5E7B36. Grayscale: #949494. Windows color (decimal): -6191927 or 13206689. OLE color: 13206689.

HSL color Cylindrical-coordinate representation of color #A184C9: hue angle of 265.22º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A184C9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161132201-
CMYK0.200.3400.21
HSL265.22º38.98%65.29%-
HSV(B)265.22º34.33%78.82%-
XYZ33.4928.358.95-
YUV148.54157.61136.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=32.59%
G=26.72%
B=40.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611322010.200.3400.21265.2238.9865.29
HexA184C914220151092741
Octal241204311244202541147101
Binary101000011000010011001001101001000100101011000010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184C9; }

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

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

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

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

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

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

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

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