#AF77E3

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

Shades of Medium Purple #AF77E3

Tints of Medium Purple #AF77E3

Color information

#AF77E3 (or 0xAF77E3) is unknown color: approx Medium Purple. HEX triplet: AF, 77 and E3. RGB value is (175,119,227). Sum of RGB (Red+Green+Blue) = 175+119+227=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF77E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77E3 is #50881C. Grayscale: #939393. Windows color (decimal): -5277725 or 14907311. OLE color: 14907311.

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

Color convert

RGB175119227-
CMYK0.230.4800.11
HSL271.11º65.85%67.84%-
HSV(B)271.11º47.58%89.02%-
XYZ38.1427.8576.04-
YUV148.06172.55147.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=33.59%
G=22.84%
B=43.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751192270.230.4800.11271.1165.8567.84
HexAF77E317300B10f4244
Octal2571673432760013417102104
Binary10101111111011111100011101111100000101110000111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77E3; }

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

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

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

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

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

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

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

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