Html Css Color HEX #A76EE0 Medium Purple

📋 copy color: '#A76EE0'

red 167 ◦ green 110 ◦ blue 224

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

Shades of Medium Purple #A76EE0

Tints of Medium Purple #A76EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 33.33%
G = 21.96%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A76EE0 (or 0xA76EE0) is known color: Medium Purple. HEX triplet: A7, 6E and E0. RGB value is (167,110,224). Sum of RGB (Red+Green+Blue) = 167+110+224=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #A76EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EE0 is #58911F. Grayscale: #8B8B8B. Windows color (decimal): -5804320 or 14708391. OLE color: 14708391.

HSL color Cylindrical-coordinate representation of color #A76EE0: hue angle of 270º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76EE0 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 110 224 -
CMYK 0.25 0.51 0 0.12
HSL 270º 0.65% 0.65% -
HSV(B) 270º 0.51% 0.88% -
XYZ 34.97 24.75 73.46 -
YUV 140.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 167 110 224 0.25 0.51 0 0.12 270 0.65 0.65
Hex A7 6E E0 19 33 0 C 10E 41 41
Octal 247 156 340 31 63 0 14 416 101 101
Binary 10100111 1101110 11100000 11001 110011 0 1100 100001110 1000001 1000001

Color Harmonies of #A76EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EE0

Black with #A76EE0

Text Example


Text Example

White with #A76EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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