Html Css Color HEX #A76FF6 Medium Purple

📋 copy color: '#A76FF6'

red 167 ◦ green 111 ◦ blue 246

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

Shades of Medium Purple #A76FF6

Tints of Medium Purple #A76FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 31.87%
G = 21.18%
B = 46.95%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A76FF6 (or 0xA76FF6) is known color: Medium Purple. HEX triplet: A7, 6F and F6. RGB value is (167,111,246). Sum of RGB (Red+Green+Blue) = 167+111+246=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #A76FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76FF6 is #589009. Grayscale: #8E8E8E. Windows color (decimal): -5804042 or 16150439. OLE color: 16150439.

HSL color Cylindrical-coordinate representation of color #A76FF6: hue angle of 264.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A76FF6 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 111 246 -
CMYK 0.32 0.55 0 0.04
HSL 264.89º 0.88% 0.7% -
HSV(B) 264.89º 0.55% 0.96% -
XYZ 38.26 26.24 90.24 -
YUV 143.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 167 111 246 0.32 0.55 0 0.04 264.89 0.88 0.7
Hex A7 6F F6 20 37 0 4 109 58 46
Octal 247 157 366 40 67 0 4 411 130 106
Binary 10100111 1101111 11110110 100000 110111 0 100 100001001 1011000 1000110

Color Harmonies of #A76FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FF6

Black with #A76FF6

Text Example


Text Example

White with #A76FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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