Html Css Color HEX #A480EC Medium Purple

📋 copy color: '#A480EC'

red 164 ◦ green 128 ◦ blue 236

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

Shades of Medium Purple #A480EC

Tints of Medium Purple #A480EC

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

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

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

R = 31.06%
G = 24.24%
B = 44.7%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A480EC (or 0xA480EC) is known color: Medium Purple. HEX triplet: A4, 80 and EC. RGB value is (164,128,236). Sum of RGB (Red+Green+Blue) = 164+128+236=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A480EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480EC is #5B7F13. Grayscale: #969696. Windows color (decimal): -5996308 or 15499428. OLE color: 15499428.

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

Color convert

RGB 164 128 236 -
CMYK 0.31 0.46 0 0.07
HSL 260º 0.74% 0.71% -
HSV(B) 260º 0.46% 0.93% -
XYZ 38.17 29.39 83.02 -
YUV 151.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 164 128 236 0.31 0.46 0 0.07 260 0.74 0.71
Hex A4 80 EC 1F 2E 0 7 104 4A 47
Octal 244 200 354 37 56 0 7 404 112 107
Binary 10100100 10000000 11101100 11111 101110 0 111 100000100 1001010 1000111

Color Harmonies of #A480EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480EC

Black with #A480EC

Text Example


Text Example

White with #A480EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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