Html Css Color HEX #A76AF6 Medium Purple

📋 copy color: '#A76AF6'

red 167 ◦ green 106 ◦ blue 246

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

Shades of Medium Purple #A76AF6

Tints of Medium Purple #A76AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 32.18%
G = 20.42%
B = 47.4%

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

#A76AF6 (or 0xA76AF6) is known color: Medium Purple. HEX triplet: A7, 6A and F6. RGB value is (167,106,246). Sum of RGB (Red+Green+Blue) = 167+106+246=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #A76AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AF6 is #589509. Grayscale: #8B8B8B. Windows color (decimal): -5805322 or 16149159. OLE color: 16149159.

HSL color Cylindrical-coordinate representation of color #A76AF6: hue angle of 266.14º 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 #A76AF6 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 106 246 -
CMYK 0.32 0.57 0 0.04
HSL 266.14º 0.89% 0.69% -
HSV(B) 266.14º 0.57% 0.96% -
XYZ 37.72 25.18 90.06 -
YUV 140.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 167 106 246 0.32 0.57 0 0.04 266.14 0.89 0.69
Hex A7 6A F6 20 39 0 4 10A 59 45
Octal 247 152 366 40 71 0 4 412 131 105
Binary 10100111 1101010 11110110 100000 111001 0 100 100001010 1011001 1000101

Color Harmonies of #A76AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AF6

Black with #A76AF6

Text Example


Text Example

White with #A76AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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