Html Css Color HEX #A080E4 Medium Purple

📋 copy color: '#A080E4'

red 160 ◦ green 128 ◦ blue 228

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

Shades of Medium Purple #A080E4

Tints of Medium Purple #A080E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.19%

R = 31.01%
G = 24.81%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A080E4 (or 0xA080E4) is known color: Medium Purple. HEX triplet: A0, 80 and E4. RGB value is (160,128,228). Sum of RGB (Red+Green+Blue) = 160+128+228=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #A080E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080E4 is #5F7F1B. Grayscale: #949494. Windows color (decimal): -6258460 or 14975136. OLE color: 14975136.

HSL color Cylindrical-coordinate representation of color #A080E4: hue angle of 259.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A080E4 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 128 228 -
CMYK 0.30 0.44 0 0.11
HSL 259.2º 0.65% 0.7% -
HSV(B) 259.2º 0.44% 0.89% -
XYZ 36.22 28.51 76.99 -
YUV 148.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 160 128 228 0.30 0.44 0 0.11 259.2 0.65 0.7
Hex A0 80 E4 1E 2C 0 B 103 41 46
Octal 240 200 344 36 54 0 13 403 101 106
Binary 10100000 10000000 11100100 11110 101100 0 1011 100000011 1000001 1000110

Color Harmonies of #A080E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080E4

Black with #A080E4

Text Example


Text Example

White with #A080E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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