Html Css Color HEX #A071E4 Medium Purple

📋 copy color: '#A071E4'

red 160 ◦ green 113 ◦ blue 228

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

Shades of Medium Purple #A071E4

Tints of Medium Purple #A071E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.51%

R = 31.94%
G = 22.55%
B = 45.51%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A071E4 (or 0xA071E4) is known color: Medium Purple. HEX triplet: A0, 71 and E4. RGB value is (160,113,228). Sum of RGB (Red+Green+Blue) = 160+113+228=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #A071E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071E4 is #5F8E1B. Grayscale: #8B8B8B. Windows color (decimal): -6262300 or 14971296. OLE color: 14971296.

HSL color Cylindrical-coordinate representation of color #A071E4: hue angle of 264.52º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A071E4 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 113 228 -
CMYK 0.30 0.50 0 0.11
HSL 264.52º 0.68% 0.67% -
HSV(B) 264.52º 0.5% 0.89% -
XYZ 34.41 24.89 76.39 -
YUV 140.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 160 113 228 0.30 0.50 0 0.11 264.52 0.68 0.67
Hex A0 71 E4 1E 32 0 B 109 44 43
Octal 240 161 344 36 62 0 13 411 104 103
Binary 10100000 1110001 11100100 11110 110010 0 1011 100001001 1000100 1000011

Color Harmonies of #A071E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071E4

Black with #A071E4

Text Example


Text Example

White with #A071E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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