#A389C2

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

Shades of Cold Purple #A389C2

Tints of Cold Purple #A389C2

Color information

#A389C2 (or 0xA389C2) is unknown color: approx Cold Purple. HEX triplet: A3, 89 and C2. RGB value is (163,137,194). Sum of RGB (Red+Green+Blue) = 163+137+194=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #A389C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389C2 is #5C763D. Grayscale: #979797. Windows color (decimal): -6059582 or 12749219. OLE color: 12749219.

HSL color Cylindrical-coordinate representation of color #A389C2: hue angle of 267.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A389C2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163137194-
CMYK0.160.2900.24
HSL267.37º31.84%64.9%-
HSV(B)267.37º29.38%76.08%-
XYZ33.7929.5754.97-
YUV151.27152.11136.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=33.00%
G=27.73%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631371940.160.2900.24267.3731.8464.9
HexA389C2101D01810b2041
Octal243211302203503041340101
Binary10100011100010011100001010000111010110001000010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389C2; }

 p { color: rgb(163,137,194); }

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

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

 a { background-color: rgb(163,137,194); }

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

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

 span { border-color: rgb(163,137,194); }

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