Html Css Color HEX #A071EC Medium Purple

📋 copy color: '#A071EC'

red 160 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #A071EC

Tints of Medium Purple #A071EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.2%

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

R = 31.43%
G = 22.2%
B = 46.37%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A071EC (or 0xA071EC) is known color: Medium Purple. HEX triplet: A0, 71 and EC. RGB value is (160,113,236). Sum of RGB (Red+Green+Blue) = 160+113+236=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A071EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071EC is #5F8E13. Grayscale: #8C8C8C. Windows color (decimal): -6262292 or 15495584. OLE color: 15495584.

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

Color convert

RGB 160 113 236 -
CMYK 0.32 0.52 0 0.07
HSL 262.93º 0.76% 0.68% -
HSV(B) 262.93º 0.52% 0.93% -
XYZ 35.54 25.34 82.37 -
YUV 141.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 160 113 236 0.32 0.52 0 0.07 262.93 0.76 0.68
Hex A0 71 EC 20 34 0 7 107 4C 44
Octal 240 161 354 40 64 0 7 407 114 104
Binary 10100000 1110001 11101100 100000 110100 0 111 100000111 1001100 1000100

Color Harmonies of #A071EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071EC

Black with #A071EC

Text Example


Text Example

White with #A071EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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