#A390BE

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

Shades of Cold Purple #A390BE

Tints of Cold Purple #A390BE

Color information

#A390BE (or 0xA390BE) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and BE. RGB value is (163,144,190). Sum of RGB (Red+Green+Blue) = 163+144+190=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A390BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BE is #5C6F41. Grayscale: #9A9A9A. Windows color (decimal): -6057794 or 12488867. OLE color: 12488867.

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

Color convert

RGB163144190-
CMYK0.140.2400.25
HSL264.78º26.14%65.49%-
HSV(B)264.78º24.21%74.51%-
XYZ34.3731.4552.97-
YUV154.92147.79133.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=32.80%
G=28.97%
B=38.23%

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
Decimal1631441900.140.2400.25264.7826.1465.49
HexA390BEE180191091a41
Octal243220276163003141132101
Binary101000111001000010111110111011000011001100001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390BE; }

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

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

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

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

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

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

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

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