#A976ED

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

Shades of Medium Purple #A976ED

Tints of Medium Purple #A976ED

Color information

#A976ED (or 0xA976ED) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and ED. RGB value is (169,118,237). Sum of RGB (Red+Green+Blue) = 169+118+237=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A976ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976ED is #568912. Grayscale: #929292. Windows color (decimal): -5671187 or 15562409. OLE color: 15562409.

HSL color Cylindrical-coordinate representation of color #A976ED: hue angle of 265.71º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A976ED is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169118237-
CMYK0.290.5000.07
HSL265.71º76.77%69.61%-
HSV(B)265.71º50.21%92.94%-
XYZ38.1327.5183.42-
YUV146.82178.9143.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=32.25%
G=22.52%
B=45.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691182370.290.5000.07265.7176.7769.61
HexA976ED1D320710a4d46
Octal251166355356207412115106
Binary1010100111101101110110111101110010011110000101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976ED; }

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

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

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

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

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

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

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

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