Html Css Color HEX #A04FF7 Medium Purple

📋 copy color: '#A04FF7'

red 160 ◦ green 79 ◦ blue 247

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

Shades of Medium Purple #A04FF7

Tints of Medium Purple #A04FF7

RGB

 RED value IS 160 (62.89% from 255) = 32.92%

 GREEN value IS 79 (31.25% from 255) = 16.26%

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

R = 32.92%
G = 16.26%
B = 50.82%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A04FF7 (or 0xA04FF7) is known color: Medium Purple. HEX triplet: A0, 4F and F7. RGB value is (160,79,247). Sum of RGB (Red+Green+Blue) = 160+79+247=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #A04FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF7 is #5FB008. Grayscale: #797979. Windows color (decimal): -6270985 or 16207776. OLE color: 16207776.

HSL color Cylindrical-coordinate representation of color #A04FF7: hue angle of 268.93º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04FF7 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 79 247 -
CMYK 0.35 0.68 0 0.03
HSL 268.93º 0.91% 0.64% -
HSV(B) 268.93º 0.68% 0.97% -
XYZ 34.08 19.78 90.02 -
YUV 122.37 198.34 154.84 -
System Red Green Blue C M Y K H S L
Decimal 160 79 247 0.35 0.68 0 0.03 268.93 0.91 0.64
Hex A0 4F F7 23 44 0 3 10D 5B 40
Octal 240 117 367 43 104 0 3 415 133 100
Binary 10100000 1001111 11110111 100011 1000100 0 11 100001101 1011011 1000000

Color Harmonies of #A04FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FF7

Black with #A04FF7

Text Example


Text Example

White with #A04FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FF7; }

 p { color: rgb(160,79,247); }

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

background-color css

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

 a { background-color: rgb(160,79,247); }

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

border-color css

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

 span { border-color: rgb(160,79,247); }

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