#A880F3

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

Shades of Medium Purple #A880F3

Tints of Medium Purple #A880F3

Color information

#A880F3 (or 0xA880F3) is unknown color: approx Medium Purple. HEX triplet: A8, 80 and F3. RGB value is (168,128,243). Sum of RGB (Red+Green+Blue) = 168+128+243=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #A880F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880F3 is #577F0C. Grayscale: #989898. Windows color (decimal): -5734157 or 15958184. OLE color: 15958184.

HSL color Cylindrical-coordinate representation of color #A880F3: hue angle of 260.87º 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 #A880F3 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168128243-
CMYK0.310.4700.05
HSL260.87º82.73%72.75%-
HSV(B)260.87º47.33%95.29%-
XYZ40.0530.2388.52-
YUV153.07178.75138.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=31.17%
G=23.75%
B=45.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681282430.310.4700.05260.8782.7372.75
HexA880F31F2F051055349
Octal250200363375705405123111
Binary10101000100000001111001111111101111010110000010110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880F3; }

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

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

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

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

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

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

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

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