#A481D1

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

Shades of Cold Purple #A481D1

Tints of Cold Purple #A481D1

Color information

#A481D1 (or 0xA481D1) is unknown color: approx Cold Purple. HEX triplet: A4, 81 and D1. RGB value is (164,129,209). Sum of RGB (Red+Green+Blue) = 164+129+209=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #A481D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481D1 is #5B7E2E. Grayscale: #949494. Windows color (decimal): -5996079 or 13730212. OLE color: 13730212.

HSL color Cylindrical-coordinate representation of color #A481D1: hue angle of 266.25º degrees, saturation: 0.47, 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 #A481D1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164129209-
CMYK0.220.3800.18
HSL266.25º46.51%66.27%-
HSV(B)266.25º38.28%81.96%-
XYZ34.6728.263.94-
YUV148.58162.1139-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=32.67%
G=25.70%
B=41.63%

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
Decimal1641292090.220.3800.18266.2546.5166.27
HexA481D1162601210a2f42
Octal244201321264602241257102
Binary101001001000000111010001101101001100100101000010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481D1; }

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

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

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

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

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

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

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

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