#a390cb

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

Shades of Cold Purple #A390CB

Tints of Cold Purple #A390CB

Color information

#A390CB (or 0xA390CB) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and CB. RGB value is (163,144,203). Sum of RGB (Red+Green+Blue) = 163+144+203=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #A390CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390CB is #5C6F34. Grayscale: #9C9C9C. Windows color (decimal): -6057781 or 13340835. OLE color: 13340835.

HSL color Cylindrical-coordinate representation of color #A390CB: hue angle of 259.32º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A390CB is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163144203-
CMYK0.200.2900.20
HSL259.32º36.2%68.04%-
HSV(B)259.32º29.06%79.61%-
XYZ35.8632.0460.8-
YUV156.41154.29132.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=31.96%
G=28.24%
B=39.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631442030.200.2900.20259.3236.268.04
HexA390CB141D0141032444
Octal243220313243502440344104
Binary10100011100100001100101110100111010101001000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a390cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a390cb; }

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

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

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

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

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

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

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

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