#A286D1

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

Shades of Cold Purple #A286D1

Tints of Cold Purple #A286D1

Color information

#A286D1 (or 0xA286D1) is unknown color: approx Cold Purple. HEX triplet: A2, 86 and D1. RGB value is (162,134,209). Sum of RGB (Red+Green+Blue) = 162+134+209=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #A286D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286D1 is #5D792E. Grayscale: #969696. Windows color (decimal): -6125871 or 13731490. OLE color: 13731490.

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

Color convert

RGB162134209-
CMYK0.220.3600.18
HSL262.4º44.91%67.25%-
HSV(B)262.4º35.89%81.96%-
XYZ34.9329.3464.14-
YUV150.92160.78135.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=32.08%
G=26.53%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621342090.220.3600.18262.444.9167.25
HexA286D116240121062d43
Octal242206321264402240655103
Binary101000101000011011010001101101001000100101000001101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286D1; }

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

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

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

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

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

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

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

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