Html Css Color HEX #A077ED Medium Purple

📋 copy color: '#A077ED'

red 160 ◦ green 119 ◦ blue 237

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

Shades of Medium Purple #A077ED

Tints of Medium Purple #A077ED

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 31.01%
G = 23.06%
B = 45.93%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A077ED (or 0xA077ED) is known color: Medium Purple. HEX triplet: A0, 77 and ED. RGB value is (160,119,237). Sum of RGB (Red+Green+Blue) = 160+119+237=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A077ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077ED is #5F8812. Grayscale: #909090. Windows color (decimal): -6260755 or 15562656. OLE color: 15562656.

HSL color Cylindrical-coordinate representation of color #A077ED: hue angle of 260.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A077ED is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 119 237 -
CMYK 0.32 0.50 0 0.07
HSL 260.85º 0.77% 0.7% -
HSV(B) 260.85º 0.5% 0.93% -
XYZ 36.38 26.78 83.37 -
YUV 144.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 160 119 237 0.32 0.50 0 0.07 260.85 0.77 0.7
Hex A0 77 ED 20 32 0 7 105 4D 46
Octal 240 167 355 40 62 0 7 405 115 106
Binary 10100000 1110111 11101101 100000 110010 0 111 100000101 1001101 1000110

Color Harmonies of #A077ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077ED

Black with #A077ED

Text Example


Text Example

White with #A077ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077ED; }

 p { color: rgb(160,119,237); }

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

background-color css

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

 a { background-color: rgb(160,119,237); }

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

border-color css

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

 span { border-color: rgb(160,119,237); }

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