Html Css Color HEX #A077EF Medium Purple

📋 copy color: '#A077EF'

red 160 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #A077EF

Tints of Medium Purple #A077EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 30.89%
G = 22.97%
B = 46.14%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A077EF (or 0xA077EF) is known color: Medium Purple. HEX triplet: A0, 77 and EF. RGB value is (160,119,239). Sum of RGB (Red+Green+Blue) = 160+119+239=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #A077EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077EF is #5F8810. Grayscale: #909090. Windows color (decimal): -6260753 or 15693728. OLE color: 15693728.

HSL color Cylindrical-coordinate representation of color #A077EF: hue angle of 260.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A077EF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 119 239 -
CMYK 0.33 0.50 0 0.06
HSL 260.5º 0.79% 0.7% -
HSV(B) 260.5º 0.5% 0.94% -
XYZ 36.67 26.9 84.92 -
YUV 144.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 160 119 239 0.33 0.50 0 0.06 260.5 0.79 0.7
Hex A0 77 EF 21 32 0 6 104 4F 46
Octal 240 167 357 41 62 0 6 404 117 106
Binary 10100000 1110111 11101111 100001 110010 0 110 100000100 1001111 1000110

Color Harmonies of #A077EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077EF

Black with #A077EF

Text Example


Text Example

White with #A077EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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