Html Css Color HEX #A770EC Medium Purple

📋 copy color: '#A770EC'

red 167 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A770EC

Tints of Medium Purple #A770EC

RGB

 RED value IS 167 (65.63% from 255) = 32.43%

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 32.43%
G = 21.75%
B = 45.83%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A770EC (or 0xA770EC) is known color: Medium Purple. HEX triplet: A7, 70 and EC. RGB value is (167,112,236). Sum of RGB (Red+Green+Blue) = 167+112+236=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A770EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770EC is #588F13. Grayscale: #8E8E8E. Windows color (decimal): -5803796 or 15495335. OLE color: 15495335.

HSL color Cylindrical-coordinate representation of color #A770EC: hue angle of 266.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A770EC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 112 236 -
CMYK 0.29 0.53 0 0.07
HSL 266.61º 0.77% 0.68% -
HSV(B) 266.61º 0.53% 0.93% -
XYZ 36.87 25.86 82.41 -
YUV 142.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 167 112 236 0.29 0.53 0 0.07 266.61 0.77 0.68
Hex A7 70 EC 1D 35 0 7 10B 4D 44
Octal 247 160 354 35 65 0 7 413 115 104
Binary 10100111 1110000 11101100 11101 110101 0 111 100001011 1001101 1000100

Color Harmonies of #A770EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770EC

Black with #A770EC

Text Example


Text Example

White with #A770EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770EC; }

 p { color: rgb(167,112,236); }

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

background-color css

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

 a { background-color: rgb(167,112,236); }

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

border-color css

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

 span { border-color: rgb(167,112,236); }

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