Html Css Color HEX #A76BFC Medium Purple

📋 copy color: '#A76BFC'

red 167 ◦ green 107 ◦ blue 252

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

Shades of Medium Purple #A76BFC

Tints of Medium Purple #A76BFC

RGB

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

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

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

R = 31.75%
G = 20.34%
B = 47.91%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A76BFC (or 0xA76BFC) is known color: Medium Purple. HEX triplet: A7, 6B and FC. RGB value is (167,107,252). Sum of RGB (Red+Green+Blue) = 167+107+252=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #A76BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76BFC is #589403. Grayscale: #8C8C8C. Windows color (decimal): -5805060 or 16542631. OLE color: 16542631.

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

Color convert

RGB 167 107 252 -
CMYK 0.34 0.58 0 0.01
HSL 264.83º 0.96% 0.7% -
HSV(B) 264.83º 0.58% 0.99% -
XYZ 38.76 25.76 95.02 -
YUV 141.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 167 107 252 0.34 0.58 0 0.01 264.83 0.96 0.7
Hex A7 6B FC 22 3A 0 1 109 60 46
Octal 247 153 374 42 72 0 1 411 140 106
Binary 10100111 1101011 11111100 100010 111010 0 1 100001001 1100000 1000110

Color Harmonies of #A76BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BFC

Black with #A76BFC

Text Example


Text Example

White with #A76BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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