Html Css Color HEX #A76CF4 Medium Purple

📋 copy color: '#A76CF4'

red 167 ◦ green 108 ◦ blue 244

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

Shades of Medium Purple #A76CF4

Tints of Medium Purple #A76CF4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 32.18%
G = 20.81%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A76CF4 (or 0xA76CF4) is known color: Medium Purple. HEX triplet: A7, 6C and F4. RGB value is (167,108,244). Sum of RGB (Red+Green+Blue) = 167+108+244=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #A76CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CF4 is #58930B. Grayscale: #8C8C8C. Windows color (decimal): -5804812 or 16018599. OLE color: 16018599.

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

Color convert

RGB 167 108 244 -
CMYK 0.32 0.56 0 0.04
HSL 266.03º 0.86% 0.69% -
HSV(B) 266.03º 0.56% 0.96% -
XYZ 37.63 25.47 88.52 -
YUV 141.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 167 108 244 0.32 0.56 0 0.04 266.03 0.86 0.69
Hex A7 6C F4 20 38 0 4 10A 56 45
Octal 247 154 364 40 70 0 4 412 126 105
Binary 10100111 1101100 11110100 100000 111000 0 100 100001010 1010110 1000101

Color Harmonies of #A76CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CF4

Black with #A76CF4

Text Example


Text Example

White with #A76CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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