#AF80F3

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

Shades of Medium Purple #AF80F3

Tints of Medium Purple #AF80F3

Color information

#AF80F3 (or 0xAF80F3) is unknown color: approx Medium Purple. HEX triplet: AF, 80 and F3. RGB value is (175,128,243). Sum of RGB (Red+Green+Blue) = 175+128+243=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF80F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F3 is #507F0C. Grayscale: #9A9A9A. Windows color (decimal): -5275405 or 15958191. OLE color: 15958191.

HSL color Cylindrical-coordinate representation of color #AF80F3: hue angle of 264.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF80F3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175128243-
CMYK0.280.4700.05
HSL264.52º82.73%72.75%-
HSV(B)264.52º47.33%95.29%-
XYZ41.5831.0288.59-
YUV155.16177.57142.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=32.05%
G=23.44%
B=44.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751282430.280.4700.05264.5282.7372.75
HexAF80F31C2F051095349
Octal257200363345705411123111
Binary10101111100000001111001111100101111010110000100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80F3; }

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

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

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

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

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

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

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

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