#A775E1

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

Shades of Medium Purple #A775E1

Tints of Medium Purple #A775E1

Color information

#A775E1 (or 0xA775E1) is unknown color: approx Medium Purple. HEX triplet: A7, 75 and E1. RGB value is (167,117,225). Sum of RGB (Red+Green+Blue) = 167+117+225=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #A775E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775E1 is #588A1E. Grayscale: #8F8F8F. Windows color (decimal): -5802527 or 14775719. OLE color: 14775719.

HSL color Cylindrical-coordinate representation of color #A775E1: hue angle of 267.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A775E1 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167117225-
CMYK0.260.4800.12
HSL267.78º64.29%67.06%-
HSV(B)267.78º48%88.24%-
XYZ35.8926.3774.43-
YUV144.26173.56144.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=32.81%
G=22.99%
B=44.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671172250.260.4800.12267.7864.2967.06
HexA775E11A300C10c4043
Octal2471653413260014414100103
Binary10100111111010111100001110101100000110010000110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775E1; }

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

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

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

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

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

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

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

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