Html Css Color HEX #A070F7 Medium Purple

📋 copy color: '#A070F7'

red 160 ◦ green 112 ◦ blue 247

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

Shades of Medium Purple #A070F7

Tints of Medium Purple #A070F7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

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

R = 30.83%
G = 21.58%
B = 47.59%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A070F7 (or 0xA070F7) is known color: Medium Purple. HEX triplet: A0, 70 and F7. RGB value is (160,112,247). Sum of RGB (Red+Green+Blue) = 160+112+247=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #A070F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070F7 is #5F8F08. Grayscale: #8D8D8D. Windows color (decimal): -6262537 or 16216224. OLE color: 16216224.

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

Color convert

RGB 160 112 247 -
CMYK 0.35 0.55 0 0.03
HSL 261.33º 0.89% 0.7% -
HSV(B) 261.33º 0.55% 0.97% -
XYZ 37.08 25.78 91.02 -
YUV 141.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 160 112 247 0.35 0.55 0 0.03 261.33 0.89 0.7
Hex A0 70 F7 23 37 0 3 105 59 46
Octal 240 160 367 43 67 0 3 405 131 106
Binary 10100000 1110000 11110111 100011 110111 0 11 100000101 1011001 1000110

Color Harmonies of #A070F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070F7

Black with #A070F7

Text Example


Text Example

White with #A070F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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