Html Css Color HEX #A760FE Medium Purple

📋 copy color: '#A760FE'

red 167 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #A760FE

Tints of Medium Purple #A760FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.57%

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

R = 32.3%
G = 18.57%
B = 49.13%

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

#A760FE (or 0xA760FE) is known color: Medium Purple. HEX triplet: A7, 60 and FE. RGB value is (167,96,254). Sum of RGB (Red+Green+Blue) = 167+96+254=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #A760FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760FE is #589F01. Grayscale: #868686. Windows color (decimal): -5807874 or 16670887. OLE color: 16670887.

HSL color Cylindrical-coordinate representation of color #A760FE: hue angle of 266.96º 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 #A760FE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 96 254 -
CMYK 0.34 0.62 0 0.00
HSL 266.96º 0.99% 0.69% -
HSV(B) 266.96º 0.62% 1% -
XYZ 38.01 23.74 96.34 -
YUV 135.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 167 96 254 0.34 0.62 0 0.00 266.96 0.99 0.69
Hex A7 60 FE 22 3E 0 0 10B 63 45
Octal 247 140 376 42 76 0 0 413 143 105
Binary 10100111 1100000 11111110 100010 111110 0 0 100001011 1100011 1000101

Color Harmonies of #A760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760FE

Black with #A760FE

Text Example


Text Example

White with #A760FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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