Html Css Color HEX #A76AFE Medium Purple

📋 copy color: '#A76AFE'

red 167 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #A76AFE

Tints of Medium Purple #A76AFE

RGB

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

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

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

R = 31.69%
G = 20.11%
B = 48.2%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A76AFE (or 0xA76AFE) is known color: Medium Purple. HEX triplet: A7, 6A and FE. RGB value is (167,106,254). Sum of RGB (Red+Green+Blue) = 167+106+254=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #A76AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AFE is #589501. Grayscale: #8C8C8C. Windows color (decimal): -5805314 or 16673447. OLE color: 16673447.

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

Color convert

RGB 167 106 254 -
CMYK 0.34 0.58 0 0.00
HSL 264.73º 0.99% 0.71% -
HSV(B) 264.73º 0.58% 1% -
XYZ 38.98 25.68 96.67 -
YUV 141.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 167 106 254 0.34 0.58 0 0.00 264.73 0.99 0.71
Hex A7 6A FE 22 3A 0 0 109 63 47
Octal 247 152 376 42 72 0 0 411 143 107
Binary 10100111 1101010 11111110 100010 111010 0 0 100001001 1100011 1000111

Color Harmonies of #A76AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76AFE

Black with #A76AFE

Text Example


Text Example

White with #A76AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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