#A390BD

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

Shades of Cold Purple #A390BD

Tints of Cold Purple #A390BD

Color information

#A390BD (or 0xA390BD) is unknown color: approx Cold Purple. HEX triplet: A3, 90 and BD. RGB value is (163,144,189). Sum of RGB (Red+Green+Blue) = 163+144+189=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A390BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BD is #5C6F42. Grayscale: #9A9A9A. Windows color (decimal): -6057795 or 12423331. OLE color: 12423331.

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

Color convert

RGB163144189-
CMYK0.140.2400.26
HSL265.33º25.42%65.29%-
HSV(B)265.33º23.81%74.12%-
XYZ34.2631.4152.4-
YUV154.81147.29133.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=32.86%
G=29.03%
B=38.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631441890.140.2400.26265.3325.4265.29
HexA390BDE1801A1091941
Octal243220275163003241131101
Binary101000111001000010111101111011000011010100001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390BD; }

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

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

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

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

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

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

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

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