Html Css Color HEX #A76CFC Medium Purple

📋 copy color: '#A76CFC'

red 167 ◦ green 108 ◦ blue 252

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

Shades of Medium Purple #A76CFC

Tints of Medium Purple #A76CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 31.69%
G = 20.49%
B = 47.82%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A76CFC (or 0xA76CFC) is known color: Medium Purple. HEX triplet: A7, 6C and FC. RGB value is (167,108,252). Sum of RGB (Red+Green+Blue) = 167+108+252=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #A76CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76CFC is #589303. Grayscale: #8D8D8D. Windows color (decimal): -5804804 or 16542887. OLE color: 16542887.

HSL color Cylindrical-coordinate representation of color #A76CFC: hue angle of 264.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A76CFC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 108 252 -
CMYK 0.34 0.57 0 0.01
HSL 264.58º 0.96% 0.71% -
HSV(B) 264.58º 0.57% 0.99% -
XYZ 38.87 25.97 95.06 -
YUV 142.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 167 108 252 0.34 0.57 0 0.01 264.58 0.96 0.71
Hex A7 6C FC 22 39 0 1 109 60 47
Octal 247 154 374 42 71 0 1 411 140 107
Binary 10100111 1101100 11111100 100010 111001 0 1 100001001 1100000 1000111

Color Harmonies of #A76CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CFC

Black with #A76CFC

Text Example


Text Example

White with #A76CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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