Html Css Color HEX #A761EC Medium Purple

📋 copy color: '#A761EC'

red 167 ◦ green 97 ◦ blue 236

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

Shades of Medium Purple #A761EC

Tints of Medium Purple #A761EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

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

R = 33.4%
G = 19.4%
B = 47.2%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A761EC (or 0xA761EC) is known color: Medium Purple. HEX triplet: A7, 61 and EC. RGB value is (167,97,236). Sum of RGB (Red+Green+Blue) = 167+97+236=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A761EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761EC is #589E13. Grayscale: #858585. Windows color (decimal): -5807636 or 15491495. OLE color: 15491495.

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

Color convert

RGB 167 97 236 -
CMYK 0.29 0.59 0 0.07
HSL 270.22º 0.79% 0.65% -
HSV(B) 270.22º 0.59% 0.93% -
XYZ 35.35 22.82 81.9 -
YUV 133.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 167 97 236 0.29 0.59 0 0.07 270.22 0.79 0.65
Hex A7 61 EC 1D 3B 0 7 10E 4F 41
Octal 247 141 354 35 73 0 7 416 117 101
Binary 10100111 1100001 11101100 11101 111011 0 111 100001110 1001111 1000001

Color Harmonies of #A761EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761EC

Black with #A761EC

Text Example


Text Example

White with #A761EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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