#AC80F1

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

Shades of Medium Purple #AC80F1

Tints of Medium Purple #AC80F1

Color information

#AC80F1 (or 0xAC80F1) is unknown color: approx Medium Purple. HEX triplet: AC, 80 and F1. RGB value is (172,128,241). Sum of RGB (Red+Green+Blue) = 172+128+241=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F1 is #537F0E. Grayscale: #999999. Windows color (decimal): -5472015 or 15827116. OLE color: 15827116.

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

Color convert

RGB172128241-
CMYK0.290.4700.05
HSL263.36º80.14%72.35%-
HSV(B)263.36º46.89%94.51%-
XYZ40.6130.5686.98-
YUV154.04177.08140.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=31.79%
G=23.66%
B=44.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721282410.290.4700.05263.3680.1472.35
HexAC80F11D2F051075048
Octal254200361355705407120110
Binary10101100100000001111000111101101111010110000011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80F1; }

 p { color: rgb(172,128,241); }

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

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

 a { background-color: rgb(172,128,241); }

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

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

 span { border-color: rgb(172,128,241); }

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