#AF80FD

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

Shades of Medium Purple #AF80FD

Tints of Medium Purple #AF80FD

Color information

#AF80FD (or 0xAF80FD) is unknown color: approx Medium Purple. HEX triplet: AF, 80 and FD. RGB value is (175,128,253). Sum of RGB (Red+Green+Blue) = 175+128+253=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FD is #507F02. Grayscale: #9B9B9B. Windows color (decimal): -5275395 or 16613551. OLE color: 16613551.

HSL color Cylindrical-coordinate representation of color #AF80FD: hue angle of 262.56º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF80FD is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175128253-
CMYK0.310.4900.01
HSL262.56º96.9%74.71%-
HSV(B)262.56º49.41%99.22%-
XYZ43.1331.6496.76-
YUV156.3182.57141.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=31.47%
G=23.02%
B=45.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751282530.310.4900.01262.5696.974.71
HexAF80FD1F3101107614b
Octal257200375376101407141113
Binary101011111000000011111101111111100010110000011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80FD; }

 p { color: rgb(175,128,253); }

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

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

 a { background-color: rgb(175,128,253); }

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

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

 span { border-color: rgb(175,128,253); }

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