#A774EE

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

Shades of Medium Purple #A774EE

Tints of Medium Purple #A774EE

Color information

#A774EE (or 0xA774EE) is unknown color: approx Medium Purple. HEX triplet: A7, 74 and EE. RGB value is (167,116,238). Sum of RGB (Red+Green+Blue) = 167+116+238=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A774EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774EE is #588B11. Grayscale: #909090. Windows color (decimal): -5802770 or 15627431. OLE color: 15627431.

HSL color Cylindrical-coordinate representation of color #A774EE: hue angle of 265.08º degrees, saturation: 0.78, 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 #A774EE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167116238-
CMYK0.300.5100.07
HSL265.08º78.21%69.41%-
HSV(B)265.08º51.26%93.33%-
XYZ37.6126.8884.09-
YUV145.16180.4143.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=32.05%
G=22.26%
B=45.68%

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
Decimal1671162380.300.5100.07265.0878.2169.41
HexA774EE1E33071094e45
Octal247164356366307411116105
Binary1010011111101001110111011110110011011110000100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774EE; }

 p { color: rgb(167,116,238); }

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

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

 a { background-color: rgb(167,116,238); }

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

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

 span { border-color: rgb(167,116,238); }

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