#A774EA

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

Shades of Medium Purple #A774EA

Tints of Medium Purple #A774EA

Color information

#A774EA (or 0xA774EA) is unknown color: approx Medium Purple. HEX triplet: A7, 74 and EA. RGB value is (167,116,234). Sum of RGB (Red+Green+Blue) = 167+116+234=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #A774EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774EA is #588B15. Grayscale: #909090. Windows color (decimal): -5802774 or 15365287. OLE color: 15365287.

HSL color Cylindrical-coordinate representation of color #A774EA: hue angle of 265.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A774EA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167116234-
CMYK0.290.5000.08
HSL265.93º73.75%68.63%-
HSV(B)265.93º50.43%91.76%-
XYZ37.0326.6581.03-
YUV144.7178.4143.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=32.30%
G=22.44%
B=45.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671162340.290.5000.08265.9373.7568.63
HexA774EA1D320810a4a45
Octal2471643523562010412112105
Binary10100111111010011101010111011100100100010000101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774EA; }

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

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

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

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

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

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

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

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