Html Css Color HEX #A077D5 Medium Purple

📋 copy color: '#A077D5'

red 160 ◦ green 119 ◦ blue 213

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

Shades of Medium Purple #A077D5

Tints of Medium Purple #A077D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 32.52%
G = 24.19%
B = 43.29%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A077D5 (or 0xA077D5) is known color: Medium Purple. HEX triplet: A0, 77 and D5. RGB value is (160,119,213). Sum of RGB (Red+Green+Blue) = 160+119+213=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #A077D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077D5 is #5F882A. Grayscale: #8D8D8D. Windows color (decimal): -6260779 or 13989792. OLE color: 13989792.

HSL color Cylindrical-coordinate representation of color #A077D5: hue angle of 266.17º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A077D5 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 119 213 -
CMYK 0.25 0.44 0 0.16
HSL 266.17º 0.53% 0.65% -
HSV(B) 266.17º 0.44% 0.84% -
XYZ 33.1 25.47 66.12 -
YUV 141.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 160 119 213 0.25 0.44 0 0.16 266.17 0.53 0.65
Hex A0 77 D5 19 2C 0 10 10A 35 41
Octal 240 167 325 31 54 0 20 412 65 101
Binary 10100000 1110111 11010101 11001 101100 0 10000 100001010 110101 1000001

Color Harmonies of #A077D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077D5

Black with #A077D5

Text Example


Text Example

White with #A077D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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