#A483D0

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

Shades of Cold Purple #A483D0

Tints of Cold Purple #A483D0

Color information

#A483D0 (or 0xA483D0) is unknown color: approx Cold Purple. HEX triplet: A4, 83 and D0. RGB value is (164,131,208). Sum of RGB (Red+Green+Blue) = 164+131+208=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A483D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483D0 is #5B7C2F. Grayscale: #959595. Windows color (decimal): -5995568 or 13665188. OLE color: 13665188.

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

Color convert

RGB164131208-
CMYK0.210.3700.18
HSL265.71º45.03%66.47%-
HSV(B)265.71º37.02%81.57%-
XYZ34.8128.6863.38-
YUV149.64160.93138.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=32.60%
G=26.04%
B=41.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641312080.210.3700.18265.7145.0366.47
HexA483D0152501210a2d42
Octal244203320254502241255102
Binary101001001000001111010000101011001010100101000010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483D0; }

 p { color: rgb(164,131,208); }

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

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

 a { background-color: rgb(164,131,208); }

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

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

 span { border-color: rgb(164,131,208); }

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