#A183BF

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

Shades of Cold Purple #A183BF

Tints of Cold Purple #A183BF

Color information

#A183BF (or 0xA183BF) is unknown color: approx Cold Purple. HEX triplet: A1, 83 and BF. RGB value is (161,131,191). Sum of RGB (Red+Green+Blue) = 161+131+191=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A183BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183BF is #5E7C40. Grayscale: #929292. Windows color (decimal): -6192193 or 12551073. OLE color: 12551073.

HSL color Cylindrical-coordinate representation of color #A183BF: hue angle of 270º 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 #A183BF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161131191-
CMYK0.160.3100.25
HSL270º31.91%63.14%-
HSV(B)270º31.41%74.9%-
XYZ32.2227.5752.91-
YUV146.81152.94138.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 191 (75% from 255) = 39.54%
R=33.33%
G=27.12%
B=39.54%

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
Decimal1611311910.160.3100.2527031.9163.14
HexA183BF101F01910e203f
Octal24120327720370314164077
Binary1010000110000011101111111000011111011001100001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183BF; }

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

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

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

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

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

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

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

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