#A184BD

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

Shades of Cold Purple #A184BD

Tints of Cold Purple #A184BD

Color information

#A184BD (or 0xA184BD) is unknown color: approx Cold Purple. HEX triplet: A1, 84 and BD. RGB value is (161,132,189). Sum of RGB (Red+Green+Blue) = 161+132+189=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #A184BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184BD is #5E7B42. Grayscale: #929292. Windows color (decimal): -6191939 or 12420257. OLE color: 12420257.

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

Color convert

RGB161132189-
CMYK0.150.3000.26
HSL270.53º30.16%62.94%-
HSV(B)270.53º30.16%74.12%-
XYZ32.1327.7551.81-
YUV147.17151.61137.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=33.40%
G=27.39%
B=39.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611321890.150.3000.26270.5330.1662.94
HexA184BDF1E01A10f1e3f
Octal24120427517360324173677
Binary10100001100001001011110111111111001101010000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184BD; }

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

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

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

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

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

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

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

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