Html Css Color HEX #A271EE Medium Purple

📋 copy color: '#A271EE'

red 162 ◦ green 113 ◦ blue 238

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

Shades of Medium Purple #A271EE

Tints of Medium Purple #A271EE

RGB

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

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

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

R = 31.58%
G = 22.03%
B = 46.39%

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

#A271EE (or 0xA271EE) is known color: Medium Purple. HEX triplet: A2, 71 and EE. RGB value is (162,113,238). Sum of RGB (Red+Green+Blue) = 162+113+238=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #A271EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271EE is #5D8E11. Grayscale: #8D8D8D. Windows color (decimal): -6131218 or 15626658. OLE color: 15626658.

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

Color convert

RGB 162 113 238 -
CMYK 0.32 0.53 0 0.07
HSL 263.52º 0.79% 0.69% -
HSV(B) 263.52º 0.53% 0.93% -
XYZ 36.24 25.66 83.93 -
YUV 141.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 162 113 238 0.32 0.53 0 0.07 263.52 0.79 0.69
Hex A2 71 EE 20 35 0 7 108 4F 45
Octal 242 161 356 40 65 0 7 410 117 105
Binary 10100010 1110001 11101110 100000 110101 0 111 100001000 1001111 1000101

Color Harmonies of #A271EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271EE

Black with #A271EE

Text Example


Text Example

White with #A271EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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