Html Css Color HEX #A76BF6 Medium Purple

📋 copy color: '#A76BF6'

red 167 ◦ green 107 ◦ blue 246

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

Shades of Medium Purple #A76BF6

Tints of Medium Purple #A76BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

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

R = 32.12%
G = 20.58%
B = 47.31%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A76BF6 (or 0xA76BF6) is known color: Medium Purple. HEX triplet: A7, 6B and F6. RGB value is (167,107,246). Sum of RGB (Red+Green+Blue) = 167+107+246=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #A76BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BF6 is #589409. Grayscale: #8C8C8C. Windows color (decimal): -5805066 or 16149415. OLE color: 16149415.

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

Color convert

RGB 167 107 246 -
CMYK 0.32 0.57 0 0.04
HSL 265.9º 0.89% 0.69% -
HSV(B) 265.9º 0.57% 0.96% -
XYZ 37.83 25.38 90.09 -
YUV 140.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 167 107 246 0.32 0.57 0 0.04 265.9 0.89 0.69
Hex A7 6B F6 20 39 0 4 10A 59 45
Octal 247 153 366 40 71 0 4 412 131 105
Binary 10100111 1101011 11110110 100000 111001 0 100 100001010 1011001 1000101

Color Harmonies of #A76BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BF6

Black with #A76BF6

Text Example


Text Example

White with #A76BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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