Html Css Color HEX #A27EF6 Medium Purple

📋 copy color: '#A27EF6'

red 162 ◦ green 126 ◦ blue 246

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

Shades of Medium Purple #A27EF6

Tints of Medium Purple #A27EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 30.34%
G = 23.6%
B = 46.07%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A27EF6 (or 0xA27EF6) is known color: Medium Purple. HEX triplet: A2, 7E and F6. RGB value is (162,126,246). Sum of RGB (Red+Green+Blue) = 162+126+246=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #A27EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EF6 is #5D8109. Grayscale: #969696. Windows color (decimal): -6127882 or 16154274. OLE color: 16154274.

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

Color convert

RGB 162 126 246 -
CMYK 0.34 0.49 0 0.04
HSL 258º 0.87% 0.73% -
HSV(B) 258º 0.49% 0.96% -
XYZ 39 29.26 90.78 -
YUV 150.44 181.93 136.24 -
System Red Green Blue C M Y K H S L
Decimal 162 126 246 0.34 0.49 0 0.04 258 0.87 0.73
Hex A2 7E F6 22 31 0 4 102 57 49
Octal 242 176 366 42 61 0 4 402 127 111
Binary 10100010 1111110 11110110 100010 110001 0 100 100000010 1010111 1001001

Color Harmonies of #A27EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EF6

Black with #A27EF6

Text Example


Text Example

White with #A27EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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