Html Css Color HEX #A27EDD Medium Purple

📋 copy color: '#A27EDD'

red 162 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #A27EDD

Tints of Medium Purple #A27EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 31.83%
G = 24.75%
B = 43.42%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A27EDD (or 0xA27EDD) is known color: Medium Purple. HEX triplet: A2, 7E and DD. RGB value is (162,126,221). Sum of RGB (Red+Green+Blue) = 162+126+221=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EDD is #5D8122. Grayscale: #939393. Windows color (decimal): -6127907 or 14515874. OLE color: 14515874.

HSL color Cylindrical-coordinate representation of color #A27EDD: hue angle of 262.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27EDD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 126 221 -
CMYK 0.27 0.43 0 0.13
HSL 262.74º 0.58% 0.68% -
HSV(B) 262.74º 0.43% 0.87% -
XYZ 35.41 27.82 71.91 -
YUV 147.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 162 126 221 0.27 0.43 0 0.13 262.74 0.58 0.68
Hex A2 7E DD 1B 2B 0 D 107 3A 44
Octal 242 176 335 33 53 0 15 407 72 104
Binary 10100010 1111110 11011101 11011 101011 0 1101 100000111 111010 1000100

Color Harmonies of #A27EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EDD

Black with #A27EDD

Text Example


Text Example

White with #A27EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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