Html Css Color HEX #A077EB Medium Purple

📋 copy color: '#A077EB'

red 160 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #A077EB

Tints of Medium Purple #A077EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 31.13%
G = 23.15%
B = 45.72%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A077EB (or 0xA077EB) is known color: Medium Purple. HEX triplet: A0, 77 and EB. RGB value is (160,119,235). Sum of RGB (Red+Green+Blue) = 160+119+235=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A077EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077EB is #5F8814. Grayscale: #909090. Windows color (decimal): -6260757 or 15431584. OLE color: 15431584.

HSL color Cylindrical-coordinate representation of color #A077EB: hue angle of 261.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A077EB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 119 235 -
CMYK 0.32 0.49 0 0.08
HSL 261.21º 0.74% 0.69% -
HSV(B) 261.21º 0.49% 0.92% -
XYZ 36.09 26.67 81.84 -
YUV 144.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 160 119 235 0.32 0.49 0 0.08 261.21 0.74 0.69
Hex A0 77 EB 20 31 0 8 105 4A 45
Octal 240 167 353 40 61 0 10 405 112 105
Binary 10100000 1110111 11101011 100000 110001 0 1000 100000101 1001010 1000101

Color Harmonies of #A077EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077EB

Black with #A077EB

Text Example


Text Example

White with #A077EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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