#A971ED

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

Shades of Medium Purple #A971ED

Tints of Medium Purple #A971ED

Color information

#A971ED (or 0xA971ED) is unknown color: approx Medium Purple. HEX triplet: A9, 71 and ED. RGB value is (169,113,237). Sum of RGB (Red+Green+Blue) = 169+113+237=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #A971ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971ED is #568E12. Grayscale: #8F8F8F. Windows color (decimal): -5672467 or 15561129. OLE color: 15561129.

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

Color convert

RGB169113237-
CMYK0.290.5200.07
HSL267.1º77.5%68.63%-
HSV(B)267.1º52.32%92.94%-
XYZ37.5526.3683.23-
YUV143.88180.55145.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=32.56%
G=21.77%
B=45.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691132370.290.5200.07267.177.568.63
HexA971ED1D340710b4e45
Octal251161355356407413116105
Binary1010100111100011110110111101110100011110000101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971ED; }

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

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

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

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

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

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

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

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