#a471dc

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

Shades of Medium Purple #A471DC

Tints of Medium Purple #A471DC

Color information

#A471DC (or 0xA471DC) is unknown color: approx Medium Purple. HEX triplet: A4, 71 and DC. RGB value is (164,113,220). Sum of RGB (Red+Green+Blue) = 164+113+220=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A471DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DC is #5B8E23. Grayscale: #8C8C8C. Windows color (decimal): -6000164 or 14447012. OLE color: 14447012.

HSL color Cylindrical-coordinate representation of color #A471DC: hue angle of 268.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A471DC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164113220-
CMYK0.250.4900.14
HSL268.6º60.45%65.29%-
HSV(B)268.6º48.64%86.27%-
XYZ34.1324.8770.71-
YUV140.45172.9144.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=33.00%
G=22.74%
B=44.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641132200.250.4900.14268.660.4565.29
HexA471DC19310E10d3c41
Octal244161334316101641574101
Binary1010010011100011101110011001110001011101000011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a471dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a471dc; }

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

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

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

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

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

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

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

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