Html Css Color HEX #A76FE2 Medium Purple

📋 copy color: '#A76FE2'

red 167 ◦ green 111 ◦ blue 226

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

Shades of Medium Purple #A76FE2

Tints of Medium Purple #A76FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 226 (88.67% from 255) = 44.84%

R = 33.13%
G = 22.02%
B = 44.84%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A76FE2 (or 0xA76FE2) is known color: Medium Purple. HEX triplet: A7, 6F and E2. RGB value is (167,111,226). Sum of RGB (Red+Green+Blue) = 167+111+226=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #A76FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FE2 is #58901D. Grayscale: #8C8C8C. Windows color (decimal): -5804062 or 14839719. OLE color: 14839719.

HSL color Cylindrical-coordinate representation of color #A76FE2: hue angle of 269.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76FE2 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 111 226 -
CMYK 0.26 0.51 0 0.11
HSL 269.22º 0.66% 0.66% -
HSV(B) 269.22º 0.51% 0.89% -
XYZ 35.35 25.08 74.93 -
YUV 140.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 167 111 226 0.26 0.51 0 0.11 269.22 0.66 0.66
Hex A7 6F E2 1A 33 0 B 10D 42 42
Octal 247 157 342 32 63 0 13 415 102 102
Binary 10100111 1101111 11100010 11010 110011 0 1011 100001101 1000010 1000010

Color Harmonies of #A76FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FE2

Black with #A76FE2

Text Example


Text Example

White with #A76FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FE2; }

 p { color: rgb(167,111,226); }

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

background-color css

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

 a { background-color: rgb(167,111,226); }

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

border-color css

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

 span { border-color: rgb(167,111,226); }

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