Html Css Color HEX #A071EE Medium Purple

📋 copy color: '#A071EE'

red 160 ◦ green 113 ◦ blue 238

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

Shades of Medium Purple #A071EE

Tints of Medium Purple #A071EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 31.31%
G = 22.11%
B = 46.58%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A071EE (or 0xA071EE) is known color: Medium Purple. HEX triplet: A0, 71 and EE. RGB value is (160,113,238). Sum of RGB (Red+Green+Blue) = 160+113+238=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #A071EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071EE is #5F8E11. Grayscale: #8C8C8C. Windows color (decimal): -6262290 or 15626656. OLE color: 15626656.

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

Color convert

RGB 160 113 238 -
CMYK 0.33 0.53 0 0.07
HSL 262.56º 0.79% 0.69% -
HSV(B) 262.56º 0.53% 0.93% -
XYZ 35.83 25.46 83.91 -
YUV 141.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 160 113 238 0.33 0.53 0 0.07 262.56 0.79 0.69
Hex A0 71 EE 21 35 0 7 107 4F 45
Octal 240 161 356 41 65 0 7 407 117 105
Binary 10100000 1110001 11101110 100001 110101 0 111 100000111 1001111 1000101

Color Harmonies of #A071EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071EE

Black with #A071EE

Text Example


Text Example

White with #A071EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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