Html Css Color HEX #A76EFE Medium Purple

📋 copy color: '#A76EFE'

red 167 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #A76EFE

Tints of Medium Purple #A76EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.72%

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 31.45%
G = 20.72%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A76EFE (or 0xA76EFE) is known color: Medium Purple. HEX triplet: A7, 6E and FE. RGB value is (167,110,254). Sum of RGB (Red+Green+Blue) = 167+110+254=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A76EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76EFE is #589101. Grayscale: #8E8E8E. Windows color (decimal): -5804290 or 16674471. OLE color: 16674471.

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

Color convert

RGB 167 110 254 -
CMYK 0.34 0.57 0 0.00
HSL 263.75º 0.99% 0.71% -
HSV(B) 263.75º 0.57% 1% -
XYZ 39.4 26.52 96.81 -
YUV 143.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 167 110 254 0.34 0.57 0 0.00 263.75 0.99 0.71
Hex A7 6E FE 22 39 0 0 108 63 47
Octal 247 156 376 42 71 0 0 410 143 107
Binary 10100111 1101110 11111110 100010 111001 0 0 100001000 1100011 1000111

Color Harmonies of #A76EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EFE

Black with #A76EFE

Text Example


Text Example

White with #A76EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EFE; }

 p { color: rgb(167,110,254); }

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

background-color css

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

 a { background-color: rgb(167,110,254); }

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

border-color css

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

 span { border-color: rgb(167,110,254); }

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