Html Css Color HEX #A080E6 Medium Purple

📋 copy color: '#A080E6'

red 160 ◦ green 128 ◦ blue 230

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

Shades of Medium Purple #A080E6

Tints of Medium Purple #A080E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.4%

R = 30.89%
G = 24.71%
B = 44.4%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A080E6 (or 0xA080E6) is known color: Medium Purple. HEX triplet: A0, 80 and E6. RGB value is (160,128,230). Sum of RGB (Red+Green+Blue) = 160+128+230=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #A080E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080E6 is #5F7F19. Grayscale: #949494. Windows color (decimal): -6258458 or 15106208. OLE color: 15106208.

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

Color convert

RGB 160 128 230 -
CMYK 0.30 0.44 0 0.10
HSL 258.82º 0.67% 0.7% -
HSV(B) 258.82º 0.44% 0.9% -
XYZ 36.5 28.63 78.46 -
YUV 149.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 160 128 230 0.30 0.44 0 0.10 258.82 0.67 0.7
Hex A0 80 E6 1E 2C 0 A 103 43 46
Octal 240 200 346 36 54 0 12 403 103 106
Binary 10100000 10000000 11100110 11110 101100 0 1010 100000011 1000011 1000110

Color Harmonies of #A080E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080E6

Black with #A080E6

Text Example


Text Example

White with #A080E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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