Html Css Color HEX #A27EE1 Medium Purple

📋 copy color: '#A27EE1'

red 162 ◦ green 126 ◦ blue 225

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

Shades of Medium Purple #A27EE1

Tints of Medium Purple #A27EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 225 (88.28% from 255) = 43.86%

R = 31.58%
G = 24.56%
B = 43.86%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A27EE1 (or 0xA27EE1) is known color: Medium Purple. HEX triplet: A2, 7E and E1. RGB value is (162,126,225). Sum of RGB (Red+Green+Blue) = 162+126+225=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #A27EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EE1 is #5D811E. Grayscale: #939393. Windows color (decimal): -6127903 or 14778018. OLE color: 14778018.

HSL color Cylindrical-coordinate representation of color #A27EE1: hue angle of 261.82º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A27EE1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 126 225 -
CMYK 0.28 0.44 0 0.12
HSL 261.82º 0.62% 0.69% -
HSV(B) 261.82º 0.44% 0.88% -
XYZ 35.95 28.04 74.75 -
YUV 148.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 162 126 225 0.28 0.44 0 0.12 261.82 0.62 0.69
Hex A2 7E E1 1C 2C 0 C 106 3E 45
Octal 242 176 341 34 54 0 14 406 76 105
Binary 10100010 1111110 11100001 11100 101100 0 1100 100000110 111110 1000101

Color Harmonies of #A27EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EE1

Black with #A27EE1

Text Example


Text Example

White with #A27EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EE1; }

 p { color: rgb(162,126,225); }

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

background-color css

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

 a { background-color: rgb(162,126,225); }

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

border-color css

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

 span { border-color: rgb(162,126,225); }

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