Html Css Color HEX #A080F4 Medium Purple

📋 copy color: '#A080F4'

red 160 ◦ green 128 ◦ blue 244

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

Shades of Medium Purple #A080F4

Tints of Medium Purple #A080F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 30.08%
G = 24.06%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A080F4 (or 0xA080F4) is known color: Medium Purple. HEX triplet: A0, 80 and F4. RGB value is (160,128,244). Sum of RGB (Red+Green+Blue) = 160+128+244=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #A080F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080F4 is #5F7F0B. Grayscale: #969696. Windows color (decimal): -6258444 or 16023712. OLE color: 16023712.

HSL color Cylindrical-coordinate representation of color #A080F4: hue angle of 256.55º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A080F4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 128 244 -
CMYK 0.34 0.48 0 0.04
HSL 256.55º 0.84% 0.73% -
HSV(B) 256.55º 0.48% 0.96% -
XYZ 38.55 29.44 89.24 -
YUV 150.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 160 128 244 0.34 0.48 0 0.04 256.55 0.84 0.73
Hex A0 80 F4 22 30 0 4 101 54 49
Octal 240 200 364 42 60 0 4 401 124 111
Binary 10100000 10000000 11110100 100010 110000 0 100 100000001 1010100 1001001

Color Harmonies of #A080F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080F4

Black with #A080F4

Text Example


Text Example

White with #A080F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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