#A390BB

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

Shades of Cold Purple #A390BB

Tints of Cold Purple #A390BB

Color information

#A390BB (or 0xA390BB) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and BB. RGB value is (163,144,187). Sum of RGB (Red+Green+Blue) = 163+144+187=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A390BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BB is #5C6F44. Grayscale: #9A9A9A. Windows color (decimal): -6057797 or 12292259. OLE color: 12292259.

HSL color Cylindrical-coordinate representation of color #A390BB: hue angle of 266.51º degrees, saturation: 0.24, 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 #A390BB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163144187-
CMYK0.130.2300.27
HSL266.51º24.02%64.9%-
HSV(B)266.51º22.99%73.33%-
XYZ34.0531.3251.26-
YUV154.58146.29134-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=33.00%
G=29.15%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631441870.130.2300.27266.5124.0264.9
HexA390BBD1701B10b1841
Octal243220273152703341330101
Binary101000111001000010111011110110111011011100001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390BB; }

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

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

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

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

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

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

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

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