#A284D1

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

Shades of Cold Purple #A284D1

Tints of Cold Purple #A284D1

Color information

#A284D1 (or 0xA284D1) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and D1. RGB value is (162,132,209). Sum of RGB (Red+Green+Blue) = 162+132+209=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #A284D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284D1 is #5D7B2E. Grayscale: #959595. Windows color (decimal): -6126383 or 13730978. OLE color: 13730978.

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

Color convert

RGB162132209-
CMYK0.220.3700.18
HSL263.38º45.56%66.86%-
HSV(B)263.38º36.84%81.96%-
XYZ34.6628.7964.05-
YUV149.75161.44136.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=32.21%
G=26.24%
B=41.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621322090.220.3700.18263.3845.5666.86
HexA284D116250121072e43
Octal242204321264502240756103
Binary101000101000010011010001101101001010100101000001111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284D1; }

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

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

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

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

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

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

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

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