Html Css Color HEX #A880EC Medium Purple

📋 copy color: '#A880EC'

red 168 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #A880EC

Tints of Medium Purple #A880EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 31.58%
G = 24.06%
B = 44.36%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A880EC (or 0xA880EC) is known color: Medium Purple. HEX triplet: A8, 80 and EC. RGB value is (168,128,236). Sum of RGB (Red+Green+Blue) = 168+128+236=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #A880EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880EC is #577F13. Grayscale: #979797. Windows color (decimal): -5734164 or 15499432. OLE color: 15499432.

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

Color convert

RGB 168 128 236 -
CMYK 0.29 0.46 0 0.07
HSL 262.22º 0.74% 0.71% -
HSV(B) 262.22º 0.46% 0.93% -
XYZ 39.01 29.82 83.06 -
YUV 152.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 168 128 236 0.29 0.46 0 0.07 262.22 0.74 0.71
Hex A8 80 EC 1D 2E 0 7 106 4A 47
Octal 250 200 354 35 56 0 7 406 112 107
Binary 10101000 10000000 11101100 11101 101110 0 111 100000110 1001010 1000111

Color Harmonies of #A880EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880EC

Black with #A880EC

Text Example


Text Example

White with #A880EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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