#A775E4

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

Shades of Medium Purple #A775E4

Tints of Medium Purple #A775E4

Color information

#A775E4 (or 0xA775E4) is unknown color: approx Medium Purple. HEX triplet: A7, 75 and E4. RGB value is (167,117,228). Sum of RGB (Red+Green+Blue) = 167+117+228=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #A775E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775E4 is #588A1B. Grayscale: #909090. Windows color (decimal): -5802524 or 14972327. OLE color: 14972327.

HSL color Cylindrical-coordinate representation of color #A775E4: hue angle of 267.03º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A775E4 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167117228-
CMYK0.270.4900.11
HSL267.03º67.27%67.65%-
HSV(B)267.03º48.68%89.41%-
XYZ36.326.5476.61-
YUV144.6175.06143.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 228 (89.45% from 255) = 44.53%
R=32.62%
G=22.85%
B=44.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671172280.270.4900.11267.0367.2767.65
HexA775E41B310B10b4344
Octal2471653443361013413103104
Binary10100111111010111100100110111100010101110000101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775E4; }

 p { color: rgb(167,117,228); }

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

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

 a { background-color: rgb(167,117,228); }

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

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

 span { border-color: rgb(167,117,228); }

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