#A284C1

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

Shades of Cold Purple #A284C1

Tints of Cold Purple #A284C1

Color information

#A284C1 (or 0xA284C1) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and C1. RGB value is (162,132,193). Sum of RGB (Red+Green+Blue) = 162+132+193=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #A284C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284C1 is #5D7B3E. Grayscale: #939393. Windows color (decimal): -6126399 or 12682402. OLE color: 12682402.

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

Color convert

RGB162132193-
CMYK0.160.3200.24
HSL269.51º32.97%63.73%-
HSV(B)269.51º31.61%75.69%-
XYZ32.7828.0354.14-
YUV147.92153.44138.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=33.26%
G=27.10%
B=39.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621321930.160.3200.24269.5132.9763.73
HexA284C1102001810e2140
Octal242204301204003041641100
Binary101000101000010011000001100001000000110001000011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284C1; }

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

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

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

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

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

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

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

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