Html Css Color HEX #A480E5 Medium Purple

📋 copy color: '#A480E5'

red 164 ◦ green 128 ◦ blue 229

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

Shades of Medium Purple #A480E5

Tints of Medium Purple #A480E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 31.48%
G = 24.57%
B = 43.95%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A480E5 (or 0xA480E5) is known color: Medium Purple. HEX triplet: A4, 80 and E5. RGB value is (164,128,229). Sum of RGB (Red+Green+Blue) = 164+128+229=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #A480E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480E5 is #5B7F1A. Grayscale: #959595. Windows color (decimal): -5996315 or 15040676. OLE color: 15040676.

HSL color Cylindrical-coordinate representation of color #A480E5: hue angle of 261.39º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A480E5 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 128 229 -
CMYK 0.28 0.44 0 0.10
HSL 261.39º 0.66% 0.7% -
HSV(B) 261.39º 0.44% 0.9% -
XYZ 37.17 28.99 77.76 -
YUV 150.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 164 128 229 0.28 0.44 0 0.10 261.39 0.66 0.7
Hex A4 80 E5 1C 2C 0 A 105 42 46
Octal 244 200 345 34 54 0 12 405 102 106
Binary 10100100 10000000 11100101 11100 101100 0 1010 100000101 1000010 1000110

Color Harmonies of #A480E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A480E5

Black with #A480E5

Text Example


Text Example

White with #A480E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A480E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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