#a276e1

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

Shades of Medium Purple #A276E1

Tints of Medium Purple #A276E1

Color information

#A276E1 (or 0xA276E1) is unknown color: approx Medium Purple. HEX triplet: A2, 76 and E1. RGB value is (162,118,225). Sum of RGB (Red+Green+Blue) = 162+118+225=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #A276E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276E1 is #5D891E. Grayscale: #8E8E8E. Windows color (decimal): -6129951 or 14775970. OLE color: 14775970.

HSL color Cylindrical-coordinate representation of color #A276E1: hue angle of 264.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A276E1 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162118225-
CMYK0.280.4800.12
HSL264.67º64.07%67.25%-
HSV(B)264.67º47.56%88.24%-
XYZ34.9726.0774.42-
YUV143.35174.08141.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=32.08%
G=23.37%
B=44.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621182250.280.4800.12264.6764.0767.25
HexA276E11C300C1094043
Octal2421663413460014411100103
Binary10100010111011011100001111001100000110010000100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a276e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a276e1; }

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

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

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

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

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

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

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

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