Html Css Color HEX #A27CEC Medium Purple

📋 copy color: '#A27CEC'

red 162 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #A27CEC

Tints of Medium Purple #A27CEC

RGB

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

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

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

R = 31.03%
G = 23.75%
B = 45.21%

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

#A27CEC (or 0xA27CEC) is known color: Medium Purple. HEX triplet: A2, 7C and EC. RGB value is (162,124,236). Sum of RGB (Red+Green+Blue) = 162+124+236=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #A27CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CEC is #5D8313. Grayscale: #939393. Windows color (decimal): -6128404 or 15498402. OLE color: 15498402.

HSL color Cylindrical-coordinate representation of color #A27CEC: hue angle of 260.36º degrees, saturation: 0.75, 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 #A27CEC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 124 236 -
CMYK 0.31 0.47 0 0.07
HSL 260.36º 0.75% 0.71% -
HSV(B) 260.36º 0.47% 0.93% -
XYZ 37.25 28.15 82.83 -
YUV 148.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 162 124 236 0.31 0.47 0 0.07 260.36 0.75 0.71
Hex A2 7C EC 1F 2F 0 7 104 4B 47
Octal 242 174 354 37 57 0 7 404 113 107
Binary 10100010 1111100 11101100 11111 101111 0 111 100000100 1001011 1000111

Color Harmonies of #A27CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CEC

Black with #A27CEC

Text Example


Text Example

White with #A27CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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