#AF76FE

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

Shades of Medium Purple #AF76FE

Tints of Medium Purple #AF76FE

Color information

#AF76FE (or 0xAF76FE) is unknown color: approx Medium Purple. HEX triplet: AF, 76 and FE. RGB value is (175,118,254). Sum of RGB (Red+Green+Blue) = 175+118+254=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76FE is #508901. Grayscale: #969696. Windows color (decimal): -5277954 or 16676527. OLE color: 16676527.

HSL color Cylindrical-coordinate representation of color #AF76FE: hue angle of 265.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF76FE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175118254-
CMYK0.310.5400.00
HSL265.15º98.55%72.94%-
HSV(B)265.15º53.54%99.61%-
XYZ42.0529.2397.19-
YUV150.55186.38145.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 118 (46.48% from 255) = 21.57%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=31.99%
G=21.57%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751182540.310.5400.00265.1598.5572.94
HexAF76FE1F36001096349
Octal257166376376600411143111
Binary10101111111011011111110111111101100010000100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF76FE; }

 p { color: rgb(175,118,254); }

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

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

 a { background-color: rgb(175,118,254); }

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

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

 span { border-color: rgb(175,118,254); }

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