Html Css Color HEX #A76EED Medium Purple

📋 copy color: '#A76EED'

red 167 ◦ green 110 ◦ blue 237

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

Shades of Medium Purple #A76EED

Tints of Medium Purple #A76EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 32.49%
G = 21.4%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A76EED (or 0xA76EED) is known color: Medium Purple. HEX triplet: A7, 6E and ED. RGB value is (167,110,237). Sum of RGB (Red+Green+Blue) = 167+110+237=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A76EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EED is #589112. Grayscale: #8D8D8D. Windows color (decimal): -5804307 or 15560359. OLE color: 15560359.

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

Color convert

RGB 167 110 237 -
CMYK 0.30 0.54 0 0.07
HSL 266.93º 0.78% 0.68% -
HSV(B) 266.93º 0.54% 0.93% -
XYZ 36.8 25.48 83.1 -
YUV 141.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 167 110 237 0.30 0.54 0 0.07 266.93 0.78 0.68
Hex A7 6E ED 1E 36 0 7 10B 4E 44
Octal 247 156 355 36 66 0 7 413 116 104
Binary 10100111 1101110 11101101 11110 110110 0 111 100001011 1001110 1000100

Color Harmonies of #A76EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EED

Black with #A76EED

Text Example


Text Example

White with #A76EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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