Html Css Color HEX #A761FE Medium Purple

📋 copy color: '#A761FE'

red 167 ◦ green 97 ◦ blue 254

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

Shades of Medium Purple #A761FE

Tints of Medium Purple #A761FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 32.24%
G = 18.73%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A761FE (or 0xA761FE) is known color: Medium Purple. HEX triplet: A7, 61 and FE. RGB value is (167,97,254). Sum of RGB (Red+Green+Blue) = 167+97+254=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #A761FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761FE is #589E01. Grayscale: #878787. Windows color (decimal): -5807618 or 16671143. OLE color: 16671143.

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

Color convert

RGB 167 97 254 -
CMYK 0.34 0.62 0 0.00
HSL 266.75º 0.99% 0.69% -
HSV(B) 266.75º 0.62% 1% -
XYZ 38.1 23.92 96.37 -
YUV 135.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 167 97 254 0.34 0.62 0 0.00 266.75 0.99 0.69
Hex A7 61 FE 22 3E 0 0 10B 63 45
Octal 247 141 376 42 76 0 0 413 143 105
Binary 10100111 1100001 11111110 100010 111110 0 0 100001011 1100011 1000101

Color Harmonies of #A761FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761FE

Black with #A761FE

Text Example


Text Example

White with #A761FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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