Html Css Color HEX #A27EF4 Medium Purple

📋 copy color: '#A27EF4'

red 162 ◦ green 126 ◦ blue 244

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

Shades of Medium Purple #A27EF4

Tints of Medium Purple #A27EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 30.45%
G = 23.68%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A27EF4 (or 0xA27EF4) is known color: Medium Purple. HEX triplet: A2, 7E and F4. RGB value is (162,126,244). Sum of RGB (Red+Green+Blue) = 162+126+244=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #A27EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EF4 is #5D810B. Grayscale: #959595. Windows color (decimal): -6127884 or 16023202. OLE color: 16023202.

HSL color Cylindrical-coordinate representation of color #A27EF4: hue angle of 258.31º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27EF4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 126 244 -
CMYK 0.34 0.48 0 0.04
HSL 258.31º 0.84% 0.73% -
HSV(B) 258.31º 0.48% 0.96% -
XYZ 38.69 29.13 89.17 -
YUV 150.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 162 126 244 0.34 0.48 0 0.04 258.31 0.84 0.73
Hex A2 7E F4 22 30 0 4 102 54 49
Octal 242 176 364 42 60 0 4 402 124 111
Binary 10100010 1111110 11110100 100010 110000 0 100 100000010 1010100 1001001

Color Harmonies of #A27EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EF4

Black with #A27EF4

Text Example


Text Example

White with #A27EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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