Html Css Color HEX #A27CE2 Medium Purple

📋 copy color: '#A27CE2'

red 162 ◦ green 124 ◦ blue 226

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

Shades of Medium Purple #A27CE2

Tints of Medium Purple #A27CE2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 226 (88.67% from 255) = 44.14%

R = 31.64%
G = 24.22%
B = 44.14%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A27CE2 (or 0xA27CE2) is known color: Medium Purple. HEX triplet: A2, 7C and E2. RGB value is (162,124,226). Sum of RGB (Red+Green+Blue) = 162+124+226=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #A27CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CE2 is #5D831D. Grayscale: #929292. Windows color (decimal): -6128414 or 14843042. OLE color: 14843042.

HSL color Cylindrical-coordinate representation of color #A27CE2: hue angle of 262.35º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A27CE2 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 124 226 -
CMYK 0.28 0.45 0 0.11
HSL 262.35º 0.64% 0.69% -
HSV(B) 262.35º 0.45% 0.89% -
XYZ 35.84 27.59 75.39 -
YUV 146.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 162 124 226 0.28 0.45 0 0.11 262.35 0.64 0.69
Hex A2 7C E2 1C 2D 0 B 106 40 45
Octal 242 174 342 34 55 0 13 406 100 105
Binary 10100010 1111100 11100010 11100 101101 0 1011 100000110 1000000 1000101

Color Harmonies of #A27CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CE2

Black with #A27CE2

Text Example


Text Example

White with #A27CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CE2; }

 p { color: rgb(162,124,226); }

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

background-color css

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

 a { background-color: rgb(162,124,226); }

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

border-color css

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

 span { border-color: rgb(162,124,226); }

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