Html Css Color HEX #A080DA Medium Purple

📋 copy color: '#A080DA'

red 160 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #A080DA

Tints of Medium Purple #A080DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 31.62%
G = 25.3%
B = 43.08%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A080DA (or 0xA080DA) is known color: Medium Purple. HEX triplet: A0, 80 and DA. RGB value is (160,128,218). Sum of RGB (Red+Green+Blue) = 160+128+218=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A080DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DA is #5F7F25. Grayscale: #939393. Windows color (decimal): -6258470 or 14319776. OLE color: 14319776.

HSL color Cylindrical-coordinate representation of color #A080DA: hue angle of 261.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A080DA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 128 218 -
CMYK 0.27 0.41 0 0.15
HSL 261.33º 0.55% 0.68% -
HSV(B) 261.33º 0.41% 0.85% -
XYZ 34.87 27.97 69.89 -
YUV 147.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 160 128 218 0.27 0.41 0 0.15 261.33 0.55 0.68
Hex A0 80 DA 1B 29 0 F 105 37 44
Octal 240 200 332 33 51 0 17 405 67 104
Binary 10100000 10000000 11011010 11011 101001 0 1111 100000101 110111 1000100

Color Harmonies of #A080DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080DA

Black with #A080DA

Text Example


Text Example

White with #A080DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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