#A294BA

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

Shades of Cold Purple #A294BA

Tints of Cold Purple #A294BA

Color information

#A294BA (or 0xA294BA) is unknown color: approx Cold Purple. HEX triplet: A2, 94 and BA. RGB value is (162,148,186). Sum of RGB (Red+Green+Blue) = 162+148+186=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #A294BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294BA is #5D6B45. Grayscale: #9C9C9C. Windows color (decimal): -6122310 or 12227746. OLE color: 12227746.

HSL color Cylindrical-coordinate representation of color #A294BA: hue angle of 262.11º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A294BA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162148186-
CMYK0.130.2000.27
HSL262.11º21.59%65.49%-
HSV(B)262.11º20.43%72.94%-
XYZ34.3532.4150.9-
YUV156.52144.64131.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=32.66%
G=29.84%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621481860.130.2000.27262.1121.5965.49
HexA294BAD1401B1061641
Octal242224272152403340626101
Binary101000101001010010111010110110100011011100000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294BA; }

 p { color: rgb(162,148,186); }

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

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

 a { background-color: rgb(162,148,186); }

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

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

 span { border-color: rgb(162,148,186); }

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