Html Css Color HEX #A760F7 Medium Purple

📋 copy color: '#A760F7'

red 167 ◦ green 96 ◦ blue 247

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

Shades of Medium Purple #A760F7

Tints of Medium Purple #A760F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.43%

R = 32.75%
G = 18.82%
B = 48.43%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A760F7 (or 0xA760F7) is known color: Medium Purple. HEX triplet: A7, 60 and F7. RGB value is (167,96,247). Sum of RGB (Red+Green+Blue) = 167+96+247=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #A760F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760F7 is #589F08. Grayscale: #858585. Windows color (decimal): -5807881 or 16212135. OLE color: 16212135.

HSL color Cylindrical-coordinate representation of color #A760F7: hue angle of 268.21º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A760F7 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 96 247 -
CMYK 0.32 0.61 0 0.03
HSL 268.21º 0.9% 0.67% -
HSV(B) 268.21º 0.61% 0.97% -
XYZ 36.91 23.3 90.55 -
YUV 134.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 167 96 247 0.32 0.61 0 0.03 268.21 0.9 0.67
Hex A7 60 F7 20 3D 0 3 10C 5A 43
Octal 247 140 367 40 75 0 3 414 132 103
Binary 10100111 1100000 11110111 100000 111101 0 11 100001100 1011010 1000011

Color Harmonies of #A760F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760F7

Black with #A760F7

Text Example


Text Example

White with #A760F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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