#A390BC

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

Shades of Cold Purple #A390BC

Tints of Cold Purple #A390BC

Color information

#A390BC (or 0xA390BC) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and BC. RGB value is (163,144,188). Sum of RGB (Red+Green+Blue) = 163+144+188=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A390BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BC is #5C6F43. Grayscale: #9A9A9A. Windows color (decimal): -6057796 or 12357795. OLE color: 12357795.

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

Color convert

RGB163144188-
CMYK0.130.2300.26
HSL265.91º24.72%65.1%-
HSV(B)265.91º23.4%73.73%-
XYZ34.1531.3651.83-
YUV154.7146.79133.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=32.93%
G=29.09%
B=37.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631441880.130.2300.26265.9124.7265.1
HexA390BCD1701A10a1941
Octal243220274152703241231101
Binary101000111001000010111100110110111011010100001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390BC; }

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

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

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

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

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

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

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

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