#A976E6

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

Shades of Medium Purple #A976E6

Tints of Medium Purple #A976E6

Color information

#A976E6 (or 0xA976E6) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and E6. RGB value is (169,118,230). Sum of RGB (Red+Green+Blue) = 169+118+230=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #A976E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976E6 is #568919. Grayscale: #919191. Windows color (decimal): -5671194 or 15103657. OLE color: 15103657.

HSL color Cylindrical-coordinate representation of color #A976E6: hue angle of 267.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A976E6 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169118230-
CMYK0.270.4900.10
HSL267.32º69.14%68.24%-
HSV(B)267.32º48.7%90.2%-
XYZ37.1227.1178.14-
YUV146.02175.4144.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=32.69%
G=22.82%
B=44.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691182300.270.4900.10267.3269.1468.24
HexA976E61B310A10b4544
Octal2511663463361012413105104
Binary10101001111011011100110110111100010101010000101110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976E6; }

 p { color: rgb(169,118,230); }

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

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

 a { background-color: rgb(169,118,230); }

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

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

 span { border-color: rgb(169,118,230); }

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