Html Css Color HEX #A271EC Medium Purple

📋 copy color: '#A271EC'

red 162 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #A271EC

Tints of Medium Purple #A271EC

RGB

 RED value IS 162 (63.67% from 255) = 31.7%

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

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

R = 31.7%
G = 22.11%
B = 46.18%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A271EC (or 0xA271EC) is known color: Medium Purple. HEX triplet: A2, 71 and EC. RGB value is (162,113,236). Sum of RGB (Red+Green+Blue) = 162+113+236=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A271EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271EC is #5D8E13. Grayscale: #8D8D8D. Windows color (decimal): -6131220 or 15495586. OLE color: 15495586.

HSL color Cylindrical-coordinate representation of color #A271EC: hue angle of 263.9º 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 #A271EC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 113 236 -
CMYK 0.31 0.52 0 0.07
HSL 263.9º 0.76% 0.68% -
HSV(B) 263.9º 0.52% 0.93% -
XYZ 35.95 25.55 82.39 -
YUV 141.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 162 113 236 0.31 0.52 0 0.07 263.9 0.76 0.68
Hex A2 71 EC 1F 34 0 7 108 4C 44
Octal 242 161 354 37 64 0 7 410 114 104
Binary 10100010 1110001 11101100 11111 110100 0 111 100001000 1001100 1000100

Color Harmonies of #A271EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271EC

Black with #A271EC

Text Example


Text Example

White with #A271EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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