Html Css Color HEX #A070EC Medium Purple

📋 copy color: '#A070EC'

red 160 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A070EC

Tints of Medium Purple #A070EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 31.5%
G = 22.05%
B = 46.46%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A070EC (or 0xA070EC) is known color: Medium Purple. HEX triplet: A0, 70 and EC. RGB value is (160,112,236). Sum of RGB (Red+Green+Blue) = 160+112+236=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #A070EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070EC is #5F8F13. Grayscale: #8C8C8C. Windows color (decimal): -6262548 or 15495328. OLE color: 15495328.

HSL color Cylindrical-coordinate representation of color #A070EC: hue angle of 263.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A070EC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 112 236 -
CMYK 0.32 0.53 0 0.07
HSL 263.23º 0.77% 0.68% -
HSV(B) 263.23º 0.53% 0.93% -
XYZ 35.43 25.12 82.34 -
YUV 140.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 160 112 236 0.32 0.53 0 0.07 263.23 0.77 0.68
Hex A0 70 EC 20 35 0 7 107 4D 44
Octal 240 160 354 40 65 0 7 407 115 104
Binary 10100000 1110000 11101100 100000 110101 0 111 100000111 1001101 1000100

Color Harmonies of #A070EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070EC

Black with #A070EC

Text Example


Text Example

White with #A070EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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