#A482D1

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

Shades of Cold Purple #A482D1

Tints of Cold Purple #A482D1

Color information

#A482D1 (or 0xA482D1) is unknown color: approx Cold Purple. HEX triplet: A4, 82 and D1. RGB value is (164,130,209). Sum of RGB (Red+Green+Blue) = 164+130+209=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 130 (51.17% from 255 or 25.84% 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 #A482D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482D1 is #5B7D2E. Grayscale: #949494. Windows color (decimal): -5995823 or 13730468. OLE color: 13730468.

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

Color convert

RGB164130209-
CMYK0.220.3800.18
HSL265.82º46.2%66.47%-
HSV(B)265.82º37.8%81.96%-
XYZ34.828.4663.98-
YUV149.17161.76138.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=32.60%
G=25.84%
B=41.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641302090.220.3800.18265.8246.266.47
HexA482D1162601210a2e42
Octal244202321264602241256102
Binary101001001000001011010001101101001100100101000010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482D1; }

 p { color: rgb(164,130,209); }

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

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

 a { background-color: rgb(164,130,209); }

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

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

 span { border-color: rgb(164,130,209); }

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