Html Css Color HEX #A080DF Medium Purple

📋 copy color: '#A080DF'

red 160 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #A080DF

Tints of Medium Purple #A080DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 31.31%
G = 25.05%
B = 43.64%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A080DF (or 0xA080DF) is known color: Medium Purple. HEX triplet: A0, 80 and DF. RGB value is (160,128,223). Sum of RGB (Red+Green+Blue) = 160+128+223=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #A080DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DF is #5F7F20. Grayscale: #949494. Windows color (decimal): -6258465 or 14647456. OLE color: 14647456.

HSL color Cylindrical-coordinate representation of color #A080DF: hue angle of 260.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A080DF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 128 223 -
CMYK 0.28 0.43 0 0.13
HSL 260.21º 0.6% 0.69% -
HSV(B) 260.21º 0.43% 0.87% -
XYZ 35.54 28.24 73.39 -
YUV 148.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 160 128 223 0.28 0.43 0 0.13 260.21 0.6 0.69
Hex A0 80 DF 1C 2B 0 D 104 3C 45
Octal 240 200 337 34 53 0 15 404 74 105
Binary 10100000 10000000 11011111 11100 101011 0 1101 100000100 111100 1000101

Color Harmonies of #A080DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080DF

Black with #A080DF

Text Example


Text Example

White with #A080DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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