#A390BA

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

Shades of Cold Purple #A390BA

Tints of Cold Purple #A390BA

Color information

#A390BA (or 0xA390BA) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and BA. RGB value is (163,144,186). Sum of RGB (Red+Green+Blue) = 163+144+186=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A390BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BA is #5C6F45. Grayscale: #9A9A9A. Windows color (decimal): -6057798 or 12226723. OLE color: 12226723.

HSL color Cylindrical-coordinate representation of color #A390BA: hue angle of 267.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A390BA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163144186-
CMYK0.120.2300.27
HSL267.14º23.33%64.71%-
HSV(B)267.14º22.58%72.94%-
XYZ33.9431.2850.7-
YUV154.47145.79134.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=33.06%
G=29.21%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631441860.120.2300.27267.1423.3364.71
HexA390BAC1701B10b1741
Octal243220272142703341327101
Binary101000111001000010111010110010111011011100001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390BA; }

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

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

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

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

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

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

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

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