Html Css Color HEX #A080E0 Medium Purple

📋 copy color: '#A080E0'

red 160 ◦ green 128 ◦ blue 224

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

Shades of Medium Purple #A080E0

Tints of Medium Purple #A080E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 31.25%
G = 25%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A080E0 (or 0xA080E0) is known color: Medium Purple. HEX triplet: A0, 80 and E0. RGB value is (160,128,224). Sum of RGB (Red+Green+Blue) = 160+128+224=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #A080E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080E0 is #5F7F1F. Grayscale: #949494. Windows color (decimal): -6258464 or 14712992. OLE color: 14712992.

HSL color Cylindrical-coordinate representation of color #A080E0: hue angle of 260º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A080E0 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 128 224 -
CMYK 0.29 0.43 0 0.12
HSL 260º 0.61% 0.69% -
HSV(B) 260º 0.43% 0.88% -
XYZ 35.67 28.29 74.1 -
YUV 148.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 160 128 224 0.29 0.43 0 0.12 260 0.61 0.69
Hex A0 80 E0 1D 2B 0 C 104 3D 45
Octal 240 200 340 35 53 0 14 404 75 105
Binary 10100000 10000000 11100000 11101 101011 0 1100 100000100 111101 1000101

Color Harmonies of #A080E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080E0

Black with #A080E0

Text Example


Text Example

White with #A080E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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