#A276DC

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

Shades of Medium Purple #A276DC

Tints of Medium Purple #A276DC

Color information

#A276DC (or 0xA276DC) is unknown color: approx Medium Purple. HEX triplet: A2, 76 and DC. RGB value is (162,118,220). Sum of RGB (Red+Green+Blue) = 162+118+220=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A276DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276DC is #5D8923. Grayscale: #8E8E8E. Windows color (decimal): -6129956 or 14448290. OLE color: 14448290.

HSL color Cylindrical-coordinate representation of color #A276DC: hue angle of 265.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A276DC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162118220-
CMYK0.260.4600.14
HSL265.88º59.3%66.27%-
HSV(B)265.88º46.36%86.27%-
XYZ34.325.8170.88-
YUV142.78171.58141.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 220 (86.33% from 255) = 44%
R=32.4%
G=23.6%
B=44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621182200.260.4600.14265.8859.366.27
HexA276DC1A2E0E10a3b42
Octal242166334325601641273102
Binary1010001011101101101110011010101110011101000010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276DC; }

 p { color: rgb(162,118,220); }

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

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

 a { background-color: rgb(162,118,220); }

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

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

 span { border-color: rgb(162,118,220); }

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