Html Css Color HEX #A080D8 Medium Purple

📋 copy color: '#A080D8'

red 160 ◦ green 128 ◦ blue 216

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

Shades of Medium Purple #A080D8

Tints of Medium Purple #A080D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 31.75%
G = 25.4%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A080D8 (or 0xA080D8) is known color: Medium Purple. HEX triplet: A0, 80 and D8. RGB value is (160,128,216). Sum of RGB (Red+Green+Blue) = 160+128+216=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #A080D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080D8 is #5F7F27. Grayscale: #939393. Windows color (decimal): -6258472 or 14188704. OLE color: 14188704.

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

Color convert

RGB 160 128 216 -
CMYK 0.26 0.41 0 0.15
HSL 261.82º 0.53% 0.67% -
HSV(B) 261.82º 0.41% 0.85% -
XYZ 34.61 27.87 68.52 -
YUV 147.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 160 128 216 0.26 0.41 0 0.15 261.82 0.53 0.67
Hex A0 80 D8 1A 29 0 F 106 35 43
Octal 240 200 330 32 51 0 17 406 65 103
Binary 10100000 10000000 11011000 11010 101001 0 1111 100000110 110101 1000011

Color Harmonies of #A080D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080D8

Black with #A080D8

Text Example


Text Example

White with #A080D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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