#A289C2

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

Shades of Cold Purple #A289C2

Tints of Cold Purple #A289C2

Color information

#A289C2 (or 0xA289C2) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and C2. RGB value is (162,137,194). Sum of RGB (Red+Green+Blue) = 162+137+194=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #A289C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289C2 is #5D763D. Grayscale: #969696. Windows color (decimal): -6125118 or 12749218. OLE color: 12749218.

HSL color Cylindrical-coordinate representation of color #A289C2: hue angle of 266.32º 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 #A289C2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162137194-
CMYK0.160.2900.24
HSL266.32º31.84%64.9%-
HSV(B)266.32º29.38%76.08%-
XYZ33.5829.4754.96-
YUV150.97152.28135.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=32.86%
G=27.79%
B=39.35%

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
Decimal1621371940.160.2900.24266.3231.8464.9
HexA289C2101D01810a2041
Octal242211302203503041240101
Binary10100010100010011100001010000111010110001000010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289C2; }

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

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

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

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

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

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

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

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