Html Css Color HEX #A76FE0 Medium Purple

📋 copy color: '#A76FE0'

red 167 ◦ green 111 ◦ blue 224

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

Shades of Medium Purple #A76FE0

Tints of Medium Purple #A76FE0

RGB

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

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

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

R = 33.27%
G = 22.11%
B = 44.62%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A76FE0 (or 0xA76FE0) is known color: Medium Purple. HEX triplet: A7, 6F and E0. RGB value is (167,111,224). Sum of RGB (Red+Green+Blue) = 167+111+224=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #A76FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FE0 is #58901F. Grayscale: #8C8C8C. Windows color (decimal): -5804064 or 14708647. OLE color: 14708647.

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

Color convert

RGB 167 111 224 -
CMYK 0.25 0.50 0 0.12
HSL 269.73º 0.65% 0.66% -
HSV(B) 269.73º 0.5% 0.88% -
XYZ 35.08 24.97 73.49 -
YUV 140.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 167 111 224 0.25 0.50 0 0.12 269.73 0.65 0.66
Hex A7 6F E0 19 32 0 C 10E 41 42
Octal 247 157 340 31 62 0 14 416 101 102
Binary 10100111 1101111 11100000 11001 110010 0 1100 100001110 1000001 1000010

Color Harmonies of #A76FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FE0

Black with #A76FE0

Text Example


Text Example

White with #A76FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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