Html Css Color HEX #A27EEC Medium Purple

📋 copy color: '#A27EEC'

red 162 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #A27EEC

Tints of Medium Purple #A27EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 30.92%
G = 24.05%
B = 45.04%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A27EEC (or 0xA27EEC) is known color: Medium Purple. HEX triplet: A2, 7E and EC. RGB value is (162,126,236). Sum of RGB (Red+Green+Blue) = 162+126+236=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A27EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EEC is #5D8113. Grayscale: #949494. Windows color (decimal): -6127892 or 15498914. OLE color: 15498914.

HSL color Cylindrical-coordinate representation of color #A27EEC: hue angle of 259.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27EEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 126 236 -
CMYK 0.31 0.47 0 0.07
HSL 259.64º 0.74% 0.71% -
HSV(B) 259.64º 0.47% 0.93% -
XYZ 37.5 28.66 82.91 -
YUV 149.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 162 126 236 0.31 0.47 0 0.07 259.64 0.74 0.71
Hex A2 7E EC 1F 2F 0 7 104 4A 47
Octal 242 176 354 37 57 0 7 404 112 107
Binary 10100010 1111110 11101100 11111 101111 0 111 100000100 1001010 1000111

Color Harmonies of #A27EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EEC

Black with #A27EEC

Text Example


Text Example

White with #A27EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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