#A483DC

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

Shades of Medium Purple #A483DC

Tints of Medium Purple #A483DC

Color information

#A483DC (or 0xA483DC) is unknown color: approx Medium Purple. HEX triplet: A4, 83 and DC. RGB value is (164,131,220). Sum of RGB (Red+Green+Blue) = 164+131+220=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #A483DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DC is #5B7C23. Grayscale: #969696. Windows color (decimal): -5995556 or 14451620. OLE color: 14451620.

HSL color Cylindrical-coordinate representation of color #A483DC: hue angle of 262.25º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A483DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164131220-
CMYK0.250.4000.14
HSL262.25º55.97%68.82%-
HSV(B)262.25º40.45%86.27%-
XYZ36.3429.2971.45-
YUV151.01166.93137.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=31.84%
G=25.44%
B=42.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641312200.250.4000.14262.2555.9768.82
HexA483DC19280E1063845
Octal244203334315001640670105
Binary10100100100000111101110011001101000011101000001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483DC; }

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

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

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

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

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

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

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

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