#A391BE

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

Shades of Cold Purple #A391BE

Tints of Cold Purple #A391BE

Color information

#A391BE (or 0xA391BE) is unknown color: approx Cold Purple. HEX triplet: A3, 91 and BE. RGB value is (163,145,190). Sum of RGB (Red+Green+Blue) = 163+145+190=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A391BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BE is #5C6E41. Grayscale: #9B9B9B. Windows color (decimal): -6057538 or 12489123. OLE color: 12489123.

HSL color Cylindrical-coordinate representation of color #A391BE: hue angle of 264º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A391BE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163145190-
CMYK0.140.2400.25
HSL264º25.71%65.69%-
HSV(B)264º23.68%74.51%-
XYZ34.5231.7653.02-
YUV155.51147.46133.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=32.73%
G=29.12%
B=38.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631451900.140.2400.2526425.7165.69
HexA391BEE180191081a42
Octal243221276163003141032102
Binary101000111001000110111110111011000011001100001000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391BE; }

 p { color: rgb(163,145,190); }

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

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

 a { background-color: rgb(163,145,190); }

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

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

 span { border-color: rgb(163,145,190); }

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