Html Css Color HEX #A077D8 Medium Purple

📋 copy color: '#A077D8'

red 160 ◦ green 119 ◦ blue 216

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

Shades of Medium Purple #A077D8

Tints of Medium Purple #A077D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 32.32%
G = 24.04%
B = 43.64%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A077D8 (or 0xA077D8) is known color: Medium Purple. HEX triplet: A0, 77 and D8. RGB value is (160,119,216). Sum of RGB (Red+Green+Blue) = 160+119+216=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #A077D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077D8 is #5F8827. Grayscale: #8D8D8D. Windows color (decimal): -6260776 or 14186400. OLE color: 14186400.

HSL color Cylindrical-coordinate representation of color #A077D8: hue angle of 265.36º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A077D8 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 119 216 -
CMYK 0.26 0.45 0 0.15
HSL 265.36º 0.55% 0.66% -
HSV(B) 265.36º 0.45% 0.85% -
XYZ 33.49 25.63 68.15 -
YUV 142.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 160 119 216 0.26 0.45 0 0.15 265.36 0.55 0.66
Hex A0 77 D8 1A 2D 0 F 109 37 42
Octal 240 167 330 32 55 0 17 411 67 102
Binary 10100000 1110111 11011000 11010 101101 0 1111 100001001 110111 1000010

Color Harmonies of #A077D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077D8

Black with #A077D8

Text Example


Text Example

White with #A077D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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