Html Css Color HEX #A080EC Medium Purple

📋 copy color: '#A080EC'

red 160 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #A080EC

Tints of Medium Purple #A080EC

RGB

 RED value IS 160 (62.89% from 255) = 30.53%

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

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

R = 30.53%
G = 24.43%
B = 45.04%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A080EC (or 0xA080EC) is known color: Medium Purple. HEX triplet: A0, 80 and EC. RGB value is (160,128,236). Sum of RGB (Red+Green+Blue) = 160+128+236=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A080EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080EC is #5F7F13. Grayscale: #959595. Windows color (decimal): -6258452 or 15499424. OLE color: 15499424.

HSL color Cylindrical-coordinate representation of color #A080EC: hue angle of 257.78º 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 #A080EC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 128 236 -
CMYK 0.32 0.46 0 0.07
HSL 257.78º 0.74% 0.71% -
HSV(B) 257.78º 0.46% 0.93% -
XYZ 37.36 28.97 82.98 -
YUV 149.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 160 128 236 0.32 0.46 0 0.07 257.78 0.74 0.71
Hex A0 80 EC 20 2E 0 7 102 4A 47
Octal 240 200 354 40 56 0 7 402 112 107
Binary 10100000 10000000 11101100 100000 101110 0 111 100000010 1001010 1000111

Color Harmonies of #A080EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080EC

Black with #A080EC

Text Example


Text Example

White with #A080EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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