Html Css Color HEX #A76EEC Medium Purple

📋 copy color: '#A76EEC'

red 167 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #A76EEC

Tints of Medium Purple #A76EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

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

R = 32.55%
G = 21.44%
B = 46%

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

#A76EEC (or 0xA76EEC) is known color: Medium Purple. HEX triplet: A7, 6E and EC. RGB value is (167,110,236). Sum of RGB (Red+Green+Blue) = 167+110+236=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A76EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EEC is #589113. Grayscale: #8C8C8C. Windows color (decimal): -5804308 or 15494823. OLE color: 15494823.

HSL color Cylindrical-coordinate representation of color #A76EEC: hue angle of 267.14º 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 #A76EEC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 110 236 -
CMYK 0.29 0.53 0 0.07
HSL 267.14º 0.77% 0.68% -
HSV(B) 267.14º 0.53% 0.93% -
XYZ 36.65 25.42 82.33 -
YUV 141.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 167 110 236 0.29 0.53 0 0.07 267.14 0.77 0.68
Hex A7 6E EC 1D 35 0 7 10B 4D 44
Octal 247 156 354 35 65 0 7 413 115 104
Binary 10100111 1101110 11101100 11101 110101 0 111 100001011 1001101 1000100

Color Harmonies of #A76EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EEC

Black with #A76EEC

Text Example


Text Example

White with #A76EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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