Html Css Color HEX #A070F0 Medium Purple

📋 copy color: '#A070F0'

red 160 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #A070F0

Tints of Medium Purple #A070F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 31.25%
G = 21.88%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A070F0 (or 0xA070F0) is known color: Medium Purple. HEX triplet: A0, 70 and F0. RGB value is (160,112,240). Sum of RGB (Red+Green+Blue) = 160+112+240=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #A070F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070F0 is #5F8F0F. Grayscale: #8C8C8C. Windows color (decimal): -6262544 or 15757472. OLE color: 15757472.

HSL color Cylindrical-coordinate representation of color #A070F0: hue angle of 262.5º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A070F0 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 112 240 -
CMYK 0.33 0.53 0 0.06
HSL 262.5º 0.81% 0.69% -
HSV(B) 262.5º 0.53% 0.94% -
XYZ 36.02 25.35 85.43 -
YUV 140.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 160 112 240 0.33 0.53 0 0.06 262.5 0.81 0.69
Hex A0 70 F0 21 35 0 6 106 51 45
Octal 240 160 360 41 65 0 6 406 121 105
Binary 10100000 1110000 11110000 100001 110101 0 110 100000110 1010001 1000101

Color Harmonies of #A070F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070F0

Black with #A070F0

Text Example


Text Example

White with #A070F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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