#A880EE

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

Shades of Medium Purple #A880EE

Tints of Medium Purple #A880EE

Color information

#A880EE (or 0xA880EE) is unknown color: approx Medium Purple. HEX triplet: A8, 80 and EE. RGB value is (168,128,238). Sum of RGB (Red+Green+Blue) = 168+128+238=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #A880EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880EE is #577F11. Grayscale: #989898. Windows color (decimal): -5734162 or 15630504. OLE color: 15630504.

HSL color Cylindrical-coordinate representation of color #A880EE: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A880EE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168128238-
CMYK0.290.4600.07
HSL261.82º76.39%71.76%-
HSV(B)261.82º46.22%93.33%-
XYZ39.329.9484.6-
YUV152.5176.25139.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=31.46%
G=23.97%
B=44.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681282380.290.4600.07261.8276.3971.76
HexA880EE1D2E071064c48
Octal250200356355607406114110
Binary10101000100000001110111011101101110011110000011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880EE; }

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

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

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

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

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

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

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

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