#A184BF

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

Shades of Cold Purple #A184BF

Tints of Cold Purple #A184BF

Color information

#A184BF (or 0xA184BF) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and BF. RGB value is (161,132,191). Sum of RGB (Red+Green+Blue) = 161+132+191=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A184BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BF is #5E7B40. Grayscale: #939393. Windows color (decimal): -6191937 or 12551329. OLE color: 12551329.

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

Color convert

RGB161132191-
CMYK0.160.3100.25
HSL269.49º31.55%63.33%-
HSV(B)269.49º30.89%74.9%-
XYZ32.3527.8452.96-
YUV147.4152.61137.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 39.46%
R=33.26%
G=27.27%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611321910.160.3100.25269.4931.5563.33
HexA184BF101F01910d203f
Octal24120427720370314154077
Binary1010000110000100101111111000011111011001100001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184BF; }

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

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

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

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

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

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

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

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