#AF80FF

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

Shades of Medium Purple #AF80FF

Tints of Medium Purple #AF80FF

Color information

#AF80FF (or 0xAF80FF) is unknown color: approx Medium Purple. HEX triplet: AF, 80 and FF. RGB value is (175,128,255). Sum of RGB (Red+Green+Blue) = 175+128+255=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80FF is #507F00. Grayscale: #9C9C9C. Windows color (decimal): -5275393 or 16744623. OLE color: 16744623.

HSL color Cylindrical-coordinate representation of color #AF80FF: hue angle of 262.2º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF80FF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175128255-
CMYK0.310.5000
HSL262.2º100%75.1%-
HSV(B)262.2º49.8%100%-
XYZ43.4531.7798.45-
YUV156.53183.57141.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 255 (100% from 255) = 45.70%
R=31.36%
G=22.94%
B=45.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751282550.310.5000262.210075.1
HexAF80FF1F3200106644b
Octal257200377376200406144113
Binary101011111000000011111111111111100100010000011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80FF; }

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

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

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

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

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

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

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

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