#A674ED

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

Shades of Medium Purple #A674ED

Tints of Medium Purple #A674ED

Color information

#A674ED (or 0xA674ED) is unknown color: approx Medium Purple. HEX triplet: A6, 74 and ED. RGB value is (166,116,237). Sum of RGB (Red+Green+Blue) = 166+116+237=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 116 (45.70% from 255 or 22.35% 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 #A674ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A674ED is #598B12. Grayscale: #909090. Windows color (decimal): -5868307 or 15561894. OLE color: 15561894.

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

Color convert

RGB166116237-
CMYK0.300.5100.07
HSL264.79º77.07%69.22%-
HSV(B)264.79º51.05%92.94%-
XYZ37.2626.7183.31-
YUV144.74180.06143.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=31.98%
G=22.35%
B=45.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661162370.300.5100.07264.7977.0769.22
HexA674ED1E33071094d45
Octal246164355366307411115105
Binary1010011011101001110110111110110011011110000100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674ED; }

 p { color: rgb(166,116,237); }

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

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

 a { background-color: rgb(166,116,237); }

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

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

 span { border-color: rgb(166,116,237); }

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