Html Css Color HEX #A76AF4 Medium Purple

📋 copy color: '#A76AF4'

red 167 ◦ green 106 ◦ blue 244

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

Shades of Medium Purple #A76AF4

Tints of Medium Purple #A76AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.2%

R = 32.3%
G = 20.5%
B = 47.2%

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

#A76AF4 (or 0xA76AF4) is known color: Medium Purple. HEX triplet: A7, 6A and F4. RGB value is (167,106,244). Sum of RGB (Red+Green+Blue) = 167+106+244=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #A76AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AF4 is #58950B. Grayscale: #8B8B8B. Windows color (decimal): -5805324 or 16018087. OLE color: 16018087.

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

Color convert

RGB 167 106 244 -
CMYK 0.32 0.57 0 0.04
HSL 266.52º 0.86% 0.69% -
HSV(B) 266.52º 0.57% 0.96% -
XYZ 37.42 25.06 88.45 -
YUV 139.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 167 106 244 0.32 0.57 0 0.04 266.52 0.86 0.69
Hex A7 6A F4 20 39 0 4 10B 56 45
Octal 247 152 364 40 71 0 4 413 126 105
Binary 10100111 1101010 11110100 100000 111001 0 100 100001011 1010110 1000101

Color Harmonies of #A76AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AF4

Black with #A76AF4

Text Example


Text Example

White with #A76AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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