#A769E9

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

Shades of Medium Purple #A769E9

Tints of Medium Purple #A769E9

Color information

#A769E9 (or 0xA769E9) is unknown color: approx Medium Purple. HEX triplet: A7, 69 and E9. RGB value is (167,105,233). Sum of RGB (Red+Green+Blue) = 167+105+233=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #A769E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769E9 is #589616. Grayscale: #898989. Windows color (decimal): -5805591 or 15296935. OLE color: 15296935.

HSL color Cylindrical-coordinate representation of color #A769E9: hue angle of 269.06º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A769E9 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB167105233-
CMYK0.280.5500.09
HSL269.06º74.42%66.27%-
HSV(B)269.06º54.94%91.37%-
XYZ35.724.279.88-
YUV138.13181.54148.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 233 (91.41% from 255) = 46.14%
R=33.07%
G=20.79%
B=46.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1671052330.280.5500.09269.0674.4266.27
HexA769E91C370910d4a42
Octal2471513513467011415112102
Binary10100111110100111101001111001101110100110000110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769E9; }

 p { color: rgb(167,105,233); }

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

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

 a { background-color: rgb(167,105,233); }

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

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

 span { border-color: rgb(167,105,233); }

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