#AF77E8

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

Shades of Medium Purple #AF77E8

Tints of Medium Purple #AF77E8

Color information

#AF77E8 (or 0xAF77E8) is unknown color: approx Medium Purple. HEX triplet: AF, 77 and E8. RGB value is (175,119,232). Sum of RGB (Red+Green+Blue) = 175+119+232=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF77E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77E8 is #508817. Grayscale: #949494. Windows color (decimal): -5277720 or 15234991. OLE color: 15234991.

HSL color Cylindrical-coordinate representation of color #AF77E8: hue angle of 269.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF77E8 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175119232-
CMYK0.250.4900.09
HSL269.73º71.07%68.82%-
HSV(B)269.73º48.71%90.98%-
XYZ38.8428.1379.73-
YUV148.63175.05146.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=33.27%
G=22.62%
B=44.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751192320.250.4900.09269.7371.0768.82
HexAF77E819310910e4745
Octal2571673503161011416107105
Binary10101111111011111101000110011100010100110000111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77E8; }

 p { color: rgb(175,119,232); }

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

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

 a { background-color: rgb(175,119,232); }

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

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

 span { border-color: rgb(175,119,232); }

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