Html Css Color HEX #A880EF Medium Purple

📋 copy color: '#A880EF'

red 168 ◦ green 128 ◦ blue 239

#A880EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A880EF

Tints of Medium Purple #A880EF

RGB

 RED value IS 168 (66.02% from 255) = 31.4%

 GREEN value IS 128 (50.39% from 255) = 23.93%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 31.4%
G = 23.93%
B = 44.67%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A880EF (or 0xA880EF) is known color: Medium Purple. HEX triplet: A8, 80 and EF. RGB value is (168,128,239). Sum of RGB (Red+Green+Blue) = 168+128+239=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #A880EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880EF is #577F10. Grayscale: #989898. Windows color (decimal): -5734161 or 15696040. OLE color: 15696040.

HSL color Cylindrical-coordinate representation of color #A880EF: hue angle of 261.62º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A880EF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 128 239 -
CMYK 0.30 0.46 0 0.06
HSL 261.62º 0.78% 0.72% -
HSV(B) 261.62º 0.46% 0.94% -
XYZ 39.45 30 85.37 -
YUV 152.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 168 128 239 0.30 0.46 0 0.06 261.62 0.78 0.72
Hex A8 80 EF 1E 2E 0 6 106 4E 48
Octal 250 200 357 36 56 0 6 406 116 110
Binary 10101000 10000000 11101111 11110 101110 0 110 100000110 1001110 1001000

Color Harmonies of #A880EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880EF

Black with #A880EF

Text Example


Text Example

White with #A880EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880EF; }

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

 H1.HeaderClassName
 {
   color: #A880EF;
 }
 .AnyTagClassName
 {
   color: #A880EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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