#A978ED

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

Shades of Medium Purple #A978ED

Tints of Medium Purple #A978ED

Color information

#A978ED (or 0xA978ED) is unknown color: approx Medium Purple. HEX triplet: A9, 78 and ED. RGB value is (169,120,237). Sum of RGB (Red+Green+Blue) = 169+120+237=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A978ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978ED is #568712. Grayscale: #939393. Windows color (decimal): -5670675 or 15562921. OLE color: 15562921.

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

Color convert

RGB169120237-
CMYK0.290.4900.07
HSL265.13º76.47%70%-
HSV(B)265.13º49.37%92.94%-
XYZ38.3627.9883.5-
YUV147.99178.23142.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=32.13%
G=22.81%
B=45.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691202370.290.4900.07265.1376.4770
HexA978ED1D31071094c46
Octal251170355356107411114106
Binary1010100111110001110110111101110001011110000100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978ED; }

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

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

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

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

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

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

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

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