#A284C6

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

Shades of Cold Purple #A284C6

Tints of Cold Purple #A284C6

Color information

#A284C6 (or 0xA284C6) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and C6. RGB value is (162,132,198). Sum of RGB (Red+Green+Blue) = 162+132+198=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #A284C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284C6 is #5D7B39. Grayscale: #949494. Windows color (decimal): -6126394 or 13010082. OLE color: 13010082.

HSL color Cylindrical-coordinate representation of color #A284C6: hue angle of 267.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A284C6 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162132198-
CMYK0.180.3300.22
HSL267.27º36.67%64.71%-
HSV(B)267.27º33.33%77.65%-
XYZ33.3428.2657.12-
YUV148.49155.94137.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=32.93%
G=26.83%
B=40.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621321980.180.3300.22267.2736.6764.71
HexA284C6122101610b2541
Octal242204306224102641345101
Binary101000101000010011000110100101000010101101000010111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284C6; }

 p { color: rgb(162,132,198); }

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

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

 a { background-color: rgb(162,132,198); }

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

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

 span { border-color: rgb(162,132,198); }

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